---
title: "transcript/:transcriptId"
method: GET
path: "/transcript/{transcriptId}"
tags: ["transcript"]
---

# transcript/:transcriptId

`GET /transcript/{transcriptId}`

Get info about a Transcript

## Path parameters

- `transcriptId` string, required

## Response `200`

200

- object
  - `transcriptId` string — A unique, opaque ID for this object. You can use this ID in API calls, and in paginated list operations.
  - `domainId` string — The Id of the [domain](/reference/rest-api/domain).
  - `roomId` string — The id of the [room](/reference/rest-api/rooms).
  - `mtgSessionId` string — The meeting session ID for this transcription.
  - `status` 't_finished' | 't_in_progress' | 't_error' | 't_deleted'
  - `isVttAvailable` boolean — Whether the transcription has been stored in a WebVTT file. See [transcription storage](/docs/guides/features/transcription#storage).
  - `duration` integer — How many seconds long the transcription is, approximately.
  - `outParams` object — Object representing the storage location for the transcript if `transcription_bucket` is defined.
    - `s3key` string
    - `bucket` string
    - `region` string
  - `error` string — If `status` is `t_error`, this provide the description of the error, otherwise `null`.
  - `created_at` string, date-time — When the transcript record was created (i.e. transcription started).
  - `updated_at` string, date-time — When the transcript record was last updated.

## Other responses

- `400` — 400

---

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