cursor and limit query parameters to navigate through results.
Query Parameters
Opaque cursor returned from a previous request. Pass this to fetch the next page of results.
Number of items to return per page. Maximum value is
100.Response format
Every paginated response includes:| Field | Type | Description |
|---|---|---|
data | array | The page of results. |
nextCursor | string | null | Cursor to pass as the cursor query parameter for the next page. null if there are no more results. |
hasMore | boolean | true if there are additional pages after this one. |