---
title: "Get ambient session transcript"
method: GET
path: "/api/v1/ambient/session/{ambient_session_id}/transcript"
tags: ["/api/v1/ambient/session"]
---

# Get ambient session transcript

`GET /api/v1/ambient/session/{ambient_session_id}/transcript`

Returns completed transcripts for the ambient session after speech recognition finishes.

## Path parameters

- `ambient_session_id` string, required

## Headers

- `sdp_provider_id` string

## Response `200`

Request succeeded.

- ControllersCompletedTranscriptResponse — Response body for the /session/{ambient_session_id}/transcript endpoint
  - `final_transcript` ControllersCompletedTranscript[] — Collection of transcripts for the ambient session
    - `end_offset` ControllersOffset
      - `hours` integer
      - `minutes` integer
      - `nanos` integer
      - `seconds` integer
    - `end_time` string — End Time of the transcript.
    - `lang_id` string — Language identifier for the transcript content
    - `recording_id` string — Recording ID associated with the transcript.
    - `start_offset` ControllersOffset
      - `hours` integer
      - `minutes` integer
      - `nanos` integer
      - `seconds` integer
    - `start_time` string — Start Time of the transcript.
    - `transcript` string — Transcript for an audio chunk.
    - `transcript_id` string — Sortable ULID for each transcript.

## Other responses

- `400` — Bad request. The request body or parameters failed validation.
- `401` — Unauthorized. The Suki access token is missing, expired, or invalid.
- `404` — Not found. The session, encounter, or resource ID does not exist.
- `500` — Internal server error.

---

[API](https://skmtc.dev/suki/apis/suki-developer-platform.md) · [All operations](https://skmtc.dev/suki/apis/suki-developer-platform/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/suki/suki-developer-platform/revisions/5f420a18fb68/schema)
