Skip to main content
List events for a specific execution, newest or oldest first, with cursor pagination.

POST /revisions/:id/data/query (Command: list_execution_events)

Request Body

Response

Pagination. Pass the response cursor back as the request cursor to fetch the next page; stop when cursor is null. The cursor is opaque — send it back verbatim. An invalid or expired cursor returns 400 invalid_cursor. This is the same cursor + limit contract used by every list_* command.

Example