Certain endpoints are paginated. Paginated endpoints all use two parameters, page and page_size to paginate through a list of results and respond with the same set of pagination headers.
Paginated request parameters
Parameter | Type | Default | Description |
|---|---|---|---|
|
| 1 | Page of results to display |
|
| (endpoint-specific) | Number of results to return per page; maximum: (endpoint-specific) |
Paginated response headers
Header | Description |
|---|---|
| Total pages |
| Current page |
| The maximum number of results per page |
| The total number of results |