All list endpoints support pagination using the skip and take query parameters.
| Parameter | Type | Required | Default | Description |
|---|
| skip | Integer | No | 0 | Number of records to skip before returning results. |
| take | Integer | No | 12 | Maximum number of records to return. |
📘If skip and take is not provided, the API returns 12 records by default.