Skip to main content
OrgX Public Preview list endpoints use offset pagination where available.

Request Parameters

Example:

Response Fields

List endpoints that support pagination return:

Fetching the Next Page

When has_more is true, request the next page by adding limit to offset.

Client Guidance

  • Keep page sizes small for live surfaces.
  • Do not assume every endpoint returns total.
  • Preserve ordering between requests by keeping the same filters and sort.
  • Prefer MCP tools for model-facing exploration when pagination details are not important to the end user.