---
title: "Retrieve AssemblyAI transcript"
method: GET
path: "/api/assemblyai/v2/transcript/{transcript_id}"
tags: ["multimodal"]
---

# Retrieve AssemblyAI transcript

`GET /api/assemblyai/v2/transcript/{transcript_id}`

Retrieve an AssemblyAI transcript by ID. Proxied through Respan for logging.

## Path parameters

- `transcript_id` string, required

## Headers

- `Authorization` string, required
- `X-Assemblyai-Api-Key` string, required

## Response `200`

Transcript details.

- MultimodalRetrieveAssemblyaiTranscriptResponse200
  - `id` string — Transcript ID.
  - `status` 'queued' | 'processing' | 'completed' | 'error' — Transcript status.
  - `text` string — Transcribed text.
  - `words` ApiAssemblyaiV2TranscriptTranscriptIdGetResponsesContentApplicationJsonSchemaWordsItems[] — Word-level details.
    - `text` string
    - `start` integer — Start time in ms.
    - `end` integer — End time in ms.
    - `confidence` number, double

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/keywordsai/apis/api-reference.md) · [All operations](https://skmtc.net/keywordsai/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/keywordsai/api-reference/revisions/4e064cf81dae/schema)
