Use opaque cursors for large or changing datasets.
Section: Pagination patterns
Cursor pagination
http
http
GET /events?limit=100&cursor=eyJpZCI6IjEwMDAifQ==Explanation
Cursor pagination is often more stable and efficient than offset pagination for append-heavy lists.
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 Pagination patterns