---
title: "List patients"
method: GET
path: "/patient"
tags: ["patient"]
---

# List patients

`GET /patient`

Get a list of patients.

## Query parameters

- `filter[groups]` string
- `filter[organization]` string
- `filter[identifier][system]` string
- `filter[identifier][value]` string
- `filter[archived]` boolean
- `filter[created_at]` string
- `filter[updated_at]` string
- `page[number]` integer
- `page[size]` integer
- `page[limit]` integer
- `page[cursor]` string

## Response `200`

OK

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `409` — Invalid Request

---

[API](https://skmtc.net/twinehealth/apis/fitbit-plus-api.md) · [All operations](https://skmtc.net/twinehealth/apis/fitbit-plus-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twinehealth/fitbit-plus-api/revisions/1c92481b5836/schema)
