Paginate in a deterministic order.
Section: Pagination patterns
Use a stable sort key with cursors
http
http
GET /events?sort=created_at:desc&cursor=...Explanation
Cursor pagination works best when the ordering is explicit and stable.
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