Upstash Documentation

XPENDING

Returns information about pending messages in a stream consumer group.
1 min read

Arguments#

keystringrequired#

The key of the stream.

groupstringrequired#

The consumer group name.

startstringrequired#

The minimum pending ID to return. Use "-" for the first available ID.

endstringrequired#

The maximum pending ID to return. Use "+" for the last available ID.

countnumberrequired#

The maximum number of pending messages to return.

options#
Show properties
idleTimenumber#

Filter by minimum idle time in milliseconds.

consumerstring#

Filter results by a specific consumer.

Response#