Pagination

How onboarding returns list results and how to control the page size.

List endpoints return a bare JSON array of resources. Control the page size with a limit.


Page size

  • limit sets how many resources a list returns.
  • limit must be an integer between 1 and 250; a value outside that range returns 422.
🚧

PENDING-PUBLISH

Only the limit bound is confirmed from the boarding contract. The rest of the paging model (offset or cursor parameters, how to request the next page, and any total-count or link fields) is not confirmable while the boarding spec is out of reference/. Confirm the full pagination contract before publish.


See also



Did this page help you?
.readme-logo { display: none !important; }