Skip to main content
List endpoints use opaque keyset cursors. Start with your filters, sort, and limit, then follow links.next or pass meta.page.next_cursor unchanged.

Guarantees

  • Sort order includes a unique stable identifier as a final tie-breaker.
  • The cursor is bound to the original normalized query and sort.
  • All pages from a cursor chain read one immutable publication revision.
  • Cursor contents are implementation details and must not be decoded or modified.
Expired or retired cursors return 410. Restart the traversal to see the current publication.