Ambient Content Retrieval
Get Session Transcript
Retrieve conversation transcript from completed ambient session
GET
cURL
Use this endpoint to get the full for a specified after it has completed.
For a full list of language codes and their corresponding languages, refer to the Language code reference section.
Updated:The response will now include the new
lang_id field within the payload. The lang_id field indicates the language in which the transcript was sent.Code examples
- Python
- TypeScript
Headers
sdp_suki_token
Unique identifier for the provider. Optional for standard partners. Required for Single Auth Token authentication, where multiple providers share the same partner_token.
Example:
"provider-123"
Path Parameters
ambient_session_id
Response
Success Response
Response body for the /session/{ambient_session_id}/transcript endpoint
Collection of transcripts for the ambient session
Last modified on June 12, 2026
cURL