v1

latestOpenAPI 3.0.12026-07-2649123153.6 KB
/api/v1/ambient/encounter

Lists notes for an EMR encounter.

get/api/v1/ambient/encounter/{emr_encounter_id}/notes

Path parameters

emr_encounter_idstring required

UUID for the EMR encounter. Same value you pass as emr_encounter_id on Ambient session create for interoperable workflows.

Headers

sdp_provider_idstring
Example:provider-123

Optional for standard partners.

Required for:

  • Bearer authentication. Use the same provider_id returned by the Login or Register API.
  • Single Auth Token authentication. Include the same provider_id on every request as sdp_provider_id.

Response

Success Response

Example response

{
  "notes": [
    {
      "created_at": "2026-01-01T00:00:00Z",
      "id": "123dfg-456dfg-789dfg-012dfg",
      "status": "INCOMPLETE",
      "updated_at": "2026-01-01T00:00:00Z"
    }
  ]
}