Most list endpoints support offset pagination.Documentation Index
Fetch the complete documentation index at: https://docs.boseat.com/llms.txt
Use this file to discover all available pages before exploring further.
Offset pagination
- Params:
page(default 1) andlimit(default 20, max 100) - Responses include
totalwhen available and may includenext/prevlinks
Best practices
- Prefer smaller
limitvalues for latency-sensitive clients. - Use pagination parameters consistently to avoid large responses.
- Stop when no results are returned or
totalindicates completion.
- Default
limitis 20; maximum is 100 unless otherwise noted. - Ordering follows the resource’s default (often createdAt desc); use filters where available.