---
title: "Get Suggestions"
method: GET
path: "/suggestions"
tags: ["provider", "suggestions"]
---

# Get Suggestions

`GET /suggestions`

## Query parameters

- `suggestion_types` SuggestionType[], required
- `patient_id` string, nullable
- `event_id` string, nullable

## Headers

- `TENANT` string, required
- `API-KEY` string, required

## Response `200`

Successful Response

- SuggestionItem[]
  - `id` string, required
  - `label` string, required
  - `content` string, required
  - `type` 'SAVED' | 'TENANT' | 'ASSISTANT' | 'PATIENT' | 'NOTE_TEMPLATE' | 'EVENT', required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/decodahealth/apis/decoda-api.md) · [All operations](https://skmtc.dev/decodahealth/apis/decoda-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/decodahealth/decoda-api/revisions/4939a65a89d2/schema)
