Response Structure
List responses wrap results in adata array alongside a pagination object:
List response
Query Parameters
Paging Through Results
Omitstarting_after to fetch the first page. For each subsequent page, pass the previous
response’s next_cursor as starting_after. Stop when has_more is false, at which
point next_cursor is null.
1
Fetch the first page
First page
2
Fetch the next page
Pass the previous response’s
next_cursor as starting_after:Next page