> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cargado.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Pagination

List endpoints return a wrapper object with a `data`, `has_next_page` , and a `start_cursor`. The API will return the next page of results if you submit the `start_cursor` as a query parameter with the name `after`. Any filter parameters passed to the original list request must be included if `start_cursor` is specified. The maximum (and default) page size is 100 objects. You can adjust it using the `limit` parameter.
