---
title: "Get Patient List"
method: GET
path: "/lists/v1/patient"
tags: ["v1"]
---

# Get Patient List

`GET /lists/v1/patient`

Gets patients with dependent objects for patients that match the query parameters.

## Query parameters

- `page_token` CommonPageToken — unresolved $ref
- `limit` integer
- `sort_field` V1SortFieldString — unresolved $ref
- `sort_direction` CommonSortDirection — unresolved $ref
- `filters` CommonFilterQueryString — unresolved $ref
- `include_deactivated` boolean
- `redirect_to_primary` boolean
- `hide_alternatives` boolean

## Headers

- `Authorization` string, required

## Response `200`

Response with status 200

- V1PatientListPage — unresolved $ref

## Other responses

- `400` — Error response with status 400

---

[API](https://skmtc.net/joincandidhealth/apis/api-reference.md) · [All operations](https://skmtc.net/joincandidhealth/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/joincandidhealth/api-reference/revisions/7cc5974e4128/schema)
