How it works
All list endpoints return paginated results using cursor-based pagination.Query parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
limit | integer | 50 | Number of items per page (max 200) |
cursor | string | — | Cursor from the previous response’s nextCursor |
Response format
nextCursor is null, there are no more pages.