Skip to main content
GET
cURL
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.
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.
  • Call this endpoint after the session status is completed.
  • For guidance on displaying the detected language and building multilingual support into your product UI, refer to Multilingual support.
  • For the complete retrieval flow, refer to Get the generated clinical note.

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

ambient_session_id
string
required

UUID for the ambient session. Use the ambient_session_id returned from Create Ambient Session, or the UUID you supplied in that request.

Response

Request succeeded.

Response body for the /session/{ambient_session_id}/transcript endpoint

final_transcript
object[]

Collection of transcripts for the ambient session

Last modified on August 20, 2026