---
title: "Get all the recordings for the booking"
method: GET
path: "/v2/bookings/{bookingUid}/recordings"
tags: ["Bookings"]
---

# Get all the recordings for the booking

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

Fetches all the recordings for the booking `:bookingUid`. Requires authentication and proper authorization. Access is granted if you are the booking organizer, team admin or org admin/owner.

    <Note>cal-api-version: `2024-08-13` is required in the request header.</Note>

## Path parameters

- `bookingUid` string, required

## Headers

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

## Response `200`

- GetBookingRecordingsOutput
  - `status` 'success' | 'error', required
  - `error` object
  - `data` RecordingItem[], required
    - `id` string, required
    - `roomName` string, required
    - `startTs` number, required
    - `status` string, required
    - `maxParticipants` number
    - `duration` number, required
    - `shareToken` string, required
    - `downloadLink` string, nullable
    - `error` string, nullable

---

[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/revisions/16de9d3eb7b3/schema)
