Response format
| Field | Type | Description |
|---|---|---|
[resource] | array | The list of items (e.g. customers, events, invoices) |
total | number | Total count of items in the collection — unaffected by limit |
hasMore | boolean | true if more results exist beyond this page |
nextCursor | string | Cursor to pass in the next request — absent when hasMore is false |
Request parameters
| Parameter | Default | Max | Description |
|---|---|---|---|
limit | 10 | 1,000 | Number of items to return |
cursor | — | — | Cursor from the previous response to fetch the next page |