Skip to main content
List endpoints return an opaque, cursor-paginated envelope. Cursors are signed and opaque — do not parse or construct them; pass back exactly what the API returned.

Query parameters

Response envelope

Iterating

Fetch the first page, then keep passing pageInfo.endCursor as pageCursor while pageInfo.hasNextPage is true:
When hasNextPage is false, endCursor is omitted and you have read every result.