Cursor-Based Pagination
List endpoints use cursor-based pagination for consistent results.Parameters
| Parameter | Type | Description |
|---|---|---|
limit | integer | Results per page (1-100, default 20) |
starting_after | string | Cursor for next page |
ending_before | string | Cursor for previous page |