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

# /transcript

`GET /transcript`

List transcripts

## Query parameters

- `limit` integer
- `ending_before` string
- `starting_after` string
- `roomId` string
- `mtgSessionId` string

## Response `200`

200

- object
  - `total_count` integer
  - `data` 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 [domain](/reference/rest-api/domain).
    - `roomId` string — The id of the room [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.
    - `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)
