---
title: "Get transcript"
method: GET
path: "/speech-to-text/{uuid}"
tags: ["speechToText"]
---

# Get transcript

`GET /speech-to-text/{uuid}`

Retrieve transcript status, text, and timestamps

## Path parameters

- `uuid` string, uuid, required

## Headers

- `Authorization` string, required

## Response `200`

Transcript details

- SpeechToTextGetTranscriptResponse200
  - `success` boolean
  - `item` SpeechToTextUuidGetResponsesContentApplicationJsonSchemaItem
    - `uuid` string, uuid
    - `status` 'pending' | 'processing' | 'completed' | 'failed'
    - `text` string — Absent for zero-retention transcripts after the content purge
    - `words` SpeechToTextUuidGetResponsesContentApplicationJsonSchemaItemWordsItems[]
      - `text` string
      - `start_time` number, double
      - `end_time` number, double
      - `speaker_id` string
    - `duration_seconds` number, double
    - `file_url` string, uri — Absent once the media has been deleted (zero retention)
    - `query` string
    - `answer` string
    - `privacy_mode` boolean — Whether the transcript was created with zero retention
    - `file_deleted_at` string, date-time — When the uploaded media was permanently deleted (zero retention)
    - `content_deleted_at` string, date-time — When the transcript content was permanently purged (zero retention)
    - `created_at` string, date-time
    - `updated_at` string, date-time

---

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