Paginate through logs of published messages
QStash authentication token
By providing a cursor you can paginate through all of the logs
Filter logs by message ID
Filter logs by message state
| Value | Description |
|---|---|
| CREATED | The message has been accepted and stored in QStash |
| ACTIVE | The task is currently being processed by a worker. |
| RETRY | The task has been scheduled to retry. |
| ERROR | The execution threw an error and the task is waiting to be retried or failed. |
| IN_PROGRESS | The task is in one of ACTIVE, RETRY or ERROR state. |
| DELIVERED | The message was successfully delivered. |
| FAILED | The task has errored too many times or encountered an error that it cannot recover from. |
| CANCEL_REQUESTED | The cancel request from the user is recorded. |
| CANCELLED | The cancel request from the user is honored. |
CREATED, ACTIVE, RETRY, ERROR, IN_PROGRESS, DELIVERED, CANCEL_REQUESTED, CANCELLED Filter logs by destination URL
Filter logs by URL Group name
Filter logs by schedule ID
Filter logs by queue name
Filter logs by starting date, in milliseconds (Unix timestamp). This is inclusive.
Filter logs by ending date, in milliseconds (Unix timestamp). This is inclusive.
The number of log entries to return.
x <= 100The sorting order of logs by timestamp.
latestFirst, earliestFirst Filter logs by the label of the message assigned by the user