Skip to main content
Search endpoints return paginated arrays. Control page size with pagination in the request body; read totals from the response.

Request shape

Omit pagination entirely to use defaults.

Response shape

Paginated search responses wrap results like this:

Paging through results

Increment page until page * limit >= total:
Search bodies combine pagination with optional query, sortBy, and search filters.