---
title: "List patient plan summaries"
method: GET
path: "/patient_plan_summary"
tags: ["plan"]
---

# List patient plan summaries

`GET /patient_plan_summary`

Get a list of patient plan summaries

## Query parameters

- `filter[patient]` string
- `filter[groups]` string
- `filter[organization]` string
- `include` 'actions' | 'bundles' | 'patient' | 'current_results'

## Response `200`

OK

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

## Changes

- **2026-07-13** `1c92481b5836` — 3 info
  - added the new optional `query` request parameter `filter[groups]`
  - added the new optional `query` request parameter `filter[organization]`
  - the `query` request parameter `filter[patient]` became optional
- **2017-11-20** `63d45e88e209` — 1 breaking, 2 warning
  - the `query` request parameter `filter[patient]` became required
  - deleted the `query` request parameter `filter[groups]`
  - deleted the `query` request parameter `filter[organization]`

[Change history](https://skmtc.dev/twinehealth/apis/fitbit-plus-api/changes/patient_plan_summary/get.md)

---

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