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

# Pagination

Most list endpoints return a `_metadata` object with pagination details like `offset`, `limit`, `total`, `next`, and `nextLink` when available.

Use the query parameters documented on each endpoint to paginate. When `next` or `nextLink` is provided, you can use it to fetch the next page safely.
