---
title: "Get Transcript Status"
method: GET
path: "/interactions/{id}/transcripts/{transcriptId}/status"
tags: ["Transcripts"]
---

# Get Transcript Status

`GET /interactions/{id}/transcripts/{transcriptId}/status`

Poll for transcript creation status.<br/><Note>Status of `completed` indicates the transcript is finalized.<br/>If the transcript is retrieved while status is `processing`, then it will be incomplete.<br/>Status of `failed` indicate the transcript was not created successfully; please retry.</Note>

## Path parameters

- `id` string, uuid, required
- `transcriptId` string, uuid, required

## Headers

- `Tenant-Name` string, required — Identifies a distinct entity within Corti's multi-tenant system. Ensures correct routing and authentication of the request.

## Response `200`

- TranscriptsStatusResponse
  - `status` 'completed' | 'processing' | 'failed', required — Possible values for transcript processing status.

## Other responses

- `404` — RFC9457

---

[API](https://skmtc.dev/corti/apis/admin-api.md) · [All operations](https://skmtc.dev/corti/apis/admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/corti/admin-api/revisions/5d1895a1b3fc/schema)
