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

# List intake calls

> Active, completed, or all calls

```text theme={"system"}

GET /api/intake-calls/active     # active calls
GET /api/intake-calls/completed  # completed (filters: patient_id, status, date)
GET /api/intake-calls/all        # all (paginated)

```
