paging object:
| Field | Description |
|---|---|
page | The current page number (1-based). |
page_size | The number of results per page. |
total_count | The total number of results available. |
Requesting a specific page
Use thepage and page_size query parameters:
Defaults and limits
- When not specified, the API returns page 1 with a page size of 50.
- The maximum page size is typically 2,000, though some endpoints enforce a smaller limit.
- Endpoints that return paginated responses are identified as such in their documentation.
