List endpoints accept the same set of pagination query parameters.Documentation Index
Fetch the complete documentation index at: https://docs.api.bsa.ai/llms.txt
Use this file to discover all available pages before exploring further.
Query parameters
Which page to fetch. 1-indexed.
Page size. Maximum 100.
Column to sort by. Valid column names depend on the resource — see
the relevant endpoint page.
Sort direction. One of
ASC or DESC.Response shape
Every paginated list returns the same envelope:items— the page of records.total— total count matching the filter (not just this page).page,rowsPerPage— echoed from the request.
Example
Fetch the second page of customers, 25 per page:Validation errors
| Condition | Field | Error |
|---|---|---|
rows > 100 | page | rows value too large, must be less than 100 |
page < 1 | page | page value too small, must be larger than 0 |
Non-numeric page or rows | page | page conversion: ... |

