POST /revisions/:id/data/query (Command: list_session_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. The created_since / created_before
timestamps remain available as independent time filters.
Example
See also
- BlobHub Worker — the worker polls this command to react to
session_object_modified,session_object_deleted, andsession_thread_item_postedevents.

