---
title: "Gets the ambient context for a note."
method: GET
path: "/api/v1/ambient/note/{note_id}/context"
tags: ["/api/v1/ambient/note"]
---

# Gets the ambient context for a note.

`GET /api/v1/ambient/note/{note_id}/context`

## Path parameters

- `note_id` string, required

## Headers

- `sdp_provider_id` string

## Response `200`

Success Response

- ControllersGetNoteContextResponse — Visit context aggregated across sessions in the note.
  - `context` ControllersNoteContext — Aggregated visit context for the note.
    - `chief_complaint` string — Chief complaint. Maximum 255 characters.
    - `encounter_type` string — Encounter type aggregated across sessions in the note.
    - `provider_role` string — Provider role aggregated across sessions in the note.
    - `reason_for_visit` string — Reason for visit. Maximum 255 characters.
    - `visit_type` string — Visit type aggregated across sessions in the note.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/suki/apis/suki-developer-platform.md) · [All operations](https://skmtc.dev/suki/apis/suki-developer-platform/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/suki/suki-developer-platform/revisions/5f420a18fb68/schema)
