Logs
List Logs
Paginate through logs of published messages
GET
Request
By providing a cursor you can paginate through all of the logs.
Filter logs by message id.
Filter logs by url.
Filter logs by URL Group (topic) 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 logs to return. Default and max is 1000.
The sorting order of logs by timestamp. Valid values are “earliestFirst” and “latestFirst”. The default is “latestFirst”.
Response
A cursor which you can use in subsequent requests to paginate through all logs. If no cursor is returned, you have reached the end of the logs.
Was this page helpful?