Include a cursor token for the next page.
Section: Response envelopes
Cursor-based response
json
json
{
"data": [
{ "id": "evt_1" },
{ "id": "evt_2" }
],
"meta": {
"next_cursor": "eyJpZCI6ImV2dF8yIn0="
}
}Explanation
Cursor pagination scales better than offsets for some workloads.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Response envelopes
Structured error payload
Return a machine-readable error code and human-readable message.
Event-style message payload
A message with event type, timestamp, and nested data.