Pagination
List endpoints that may return large result sets support page-based pagination.Query Parameters
Response Format
Paginated endpoints wrap results in a standard envelope:Example: Iterating Through All Pages
Not all list endpoints are paginated. Endpoints that always return a bounded number of items (like ticket classes for an event) return a flat
{ "data": [...] } response without pagination metadata.