Query parameters
Response envelope
Iterating
Fetch the first page, then keep passingpageInfo.endCursor as pageCursor while
pageInfo.hasNextPage is true:
hasNextPage is false, endCursor is omitted and you have read every result.Cursor-based pagination on list endpoints.
pageInfo.endCursor as pageCursor while
pageInfo.hasNextPage is true:
hasNextPage is false, endCursor is omitted and you have read every result.