> ## Documentation Index
> Fetch the complete documentation index at: https://ai-api-docs.getbreezyapp.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Pagination And Filtering

> Pagination and filtering conventions for Breezy Public API list endpoints.

# Pagination And Filtering

List endpoints use offset/limit pagination where the resource supports it.

Common defaults:

* `offset`: `0`
* `limit`: `20`

Common response fields include `items`, `total`, `offset`, `limit`, and
`hasMore`. Exact fields are resource-specific and documented in the API
Reference.

Filters are endpoint-specific query parameters. Date filters use ISO 8601
strings.
