By default all "List" endpoints return paginated results. You may use the query params page
and per_page
to control the number of results you see. By default page
will default to 1 unless a value is given. For per_page
the default will be 25 but can optionally be increased to a maximum of 100.
When reading paginated responses from the API, the following response headers will also be sent:
Header | Description |
---|---|
X-Page | The current |
X-Per-Page | The current |
X-Total-Count | The total number of records available |