Ambient Content Retrieval
Get Ambient Encounter Content
Retrieve generated clinical content from completed encounter
GET
cURL
Updated:You can now get the Medication orders for an encounter from the encounter content response. Read more in Medication orders.
Code examples
- Python
- TypeScript
Related guides
Medication Orders
Convert medication instructions from ambient encounters into structured Medication order data
Authorizations
Suki access token (suki_token) from Login or Register. Expires after one hour.
Headers
Optional for standard partners.
Required for:
- Bearer authentication. Use the same
provider_idreturned by the Login or Register API. - Single Auth Token authentication. Include the same
provider_idon every request assdp_provider_id.
Example:
"provider-123"
Path Parameters
UUID for the patient encounter (visit). Use the encounter_id from session create or the UUID you assigned when grouping multiple sessions under one visit.
Last modified on August 13, 2026
cURL