---
title: "Get Cal Video real time transcript download links for the booking"
method: GET
path: "/v2/bookings/{bookingUid}/transcripts"
tags: ["Bookings"]
---

# Get Cal Video real time transcript download links for the booking

`GET /v2/bookings/{bookingUid}/transcripts`

Fetches all the transcript download links for the booking `:bookingUid`

    <Note>
    Transcripts are generated when clicking "Transcribe" during a Cal Video meeting. Download links are valid for 1 hour only - make a new request to generate fresh links after expiration.

    Please make sure to pass in the cal-api-version header value as mentioned in the Headers section. Not passing the correct value will default to an older version of this endpoint.
    </Note>

## Path parameters

- `bookingUid` string, required

## Headers

- `cal-api-version` string, required
- `Authorization` string, required

## Response `200`

- GetBookingTranscriptsOutput
  - `status` 'success' | 'error', required
  - `data` string[], required
  - `error` object

## Changes

- **2026-01-14** (v2) `e31b40749cb5` — 1 warning
  - removed the optional property `message` from the response with the `200` status
- **2025-12-10** (v2) `b7d41b1b67c1` — 1 info
  - added the optional property `message` to the response with the `200` status
- **2025-12-04** (v2) `d91f00255769` — 1 breaking
  - added the new required `header` request parameter `Authorization`
- **2025-09-26** (v2) `daa3e48bc03a` — 1 warning
  - deleted the `header` request parameter `Authorization`

[Change history](https://skmtc.dev/calcom/apis/cal-diy-api-v2/changes/v2/bookings/:bookingUid/transcripts/get.md)

---

[API](https://skmtc.dev/calcom/apis/cal-diy-api-v2.md) · [All operations](https://skmtc.dev/calcom/apis/cal-diy-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/calcom/cal-diy-api-v2/revisions/16de9d3eb7b3/schema)
