---
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

---

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