Overview
List endpoints use cursor-based pagination. The cursor is returned in theX-Page-Next response header.
Query Parameters
integer
Number of items to return per page (default varies by endpoint)
string
Cursor token from the previous response’s
X-Page-Next headerResponse Headers
string
Cursor token for the next page. Present when more results are available, absent when you’ve reached the last page.
Example
First Page
Next Page
Paginating All Results
Notes
- Cursors are opaque tokens - don’t decode or modify them
- Use the exact value from
X-Page-Nextwithout modification - Fetch pages sequentially, not in parallel