Unless noted otherwise, any endpoint where you list models (e.g. list Segments, Tours, etc.) supports the following pagination parameters.
| param | - | description |
|---|---|---|
limit | optional | Defaults to 50 with a maximum of 500 |
before | optional | Used when paginating, use directly from the cursor object from the previous response |
before | optional | Read as “created before” and can be given as a timestamp to get only limit items that were created before this time |
after | optional | Read as “created after” and can be given as a timestamp or ID to get only limit items that were created after this time |
before and after parameters apply to that ordering.

