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

# Filtering

> How to narrow list responses using query parameters

Most list endpoints support filtering to reduce payload size and processing time.

### Recordings

* `device_id`: Return recordings for a specific device.
* `end_user_id`: Return recordings for a specific wearer.
* `status`: One of `pending | uploaded | processing | completed | failed`.
* `created_after`, `created_before`: ISO 8601 timestamps.

### Devices

* `end_user_id`: Devices bound to a specific user.
* `status`: `bound` or `unbound`.

### Pagination + Filtering

Combine filters with `limit` and `offset` to page through large result sets efficiently.
