Skip to main content
GET
Gets the structured data for a note.
Use this endpoint to get accumulated (diagnoses and orders) across sessions in a note. Use composition_id from Create ambient session as note_id.
This note-level endpoint accumulates diagnoses and orders across ambient sessions in the note.If you need the latest diagnoses and orders from the most recent session for that encounter ID, use the Get ambient Encounter Structured Data endpoint.

Code examples

Authorizations

sdp_suki_token
string
header
required

Suki access token (suki_token) from Login or Register. Expires after one hour.

Headers

sdp_provider_id
string

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.
Example:

"provider-123"

Path Parameters

note_id
string
required

Note identifier. Use the composition_id returned from Ambient session create.

Response

Success Response

Accumulated diagnoses and orders across sessions in the note.

structured_data
object

Structured data (diagnoses, orders) sourced from the composition.

Last modified on July 23, 2026