List Waiters
Notify
List Waiters
List all active waiters for a specific event ID.
Returns information about all workflow runs that are currently waiting for the specified event.
GET
List Waiters
Documentation Index
Fetch the complete documentation index at: https://upstash.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
QStash authentication token
Path Parameters
The event ID to list waiters for.
Response
List of active waiters
The URL that is waiting for the event notification.
The HTTP headers to send with the notification.
The Unix timestamp in seconds when the wait operation times out.
The body to send if the wait times out.
The URL to call if the wait times out.
The HTTP headers to send with the timeout callback.