Pagination

The current public docs surface does not publish one global pagination contract.

Treat pagination as route-specific. When pagination becomes part of a frozen public contract, the relevant route docs should define:

  • the query parameters
  • the response shape
  • any cursor or ordering guarantees

For this release, prefer the public contract schemas and the route-specific response objects over assuming a shared pagination model.

See also

Was this page helpful?