Bookings
Find all Cal video recordings of that booking
Getting Started
Attendees
Availabilities
Booking References
Bookings
Credentials
Destination Calendars
Event Types
Memberships
Schedules
Selected Calendars
Teams
Users
Bookings
Find all Cal video recordings of that booking
GET
/
bookings
/
{id}
/
recordings
curl --request GET \
--url https://api.cal.com/v1/bookings/{id}/recordings
[
{
"id": "ad90a2e7-154f-49ff-a815-5da1db7bf899",
"room_name": "0n22w24AQ5ZFOtEKX2gX",
"start_ts": 1716215386,
"status": "finished",
"max_participants": 1,
"duration": 11,
"share_token": "x94YK-69Gnh7",
"download_link": "https://daily-meeting-recordings..."
}
]
Authorizations
Path Parameters
ID of the booking for which recordings need to be fetched. Recording download link is only valid for 12 hours and you would have to fetch the recordings again to get new download link
Query Parameters
Your API key
Response
200
application/json
OK
The response is of type object[]
.
curl --request GET \
--url https://api.cal.com/v1/bookings/{id}/recordings
[
{
"id": "ad90a2e7-154f-49ff-a815-5da1db7bf899",
"room_name": "0n22w24AQ5ZFOtEKX2gX",
"start_ts": 1716215386,
"status": "finished",
"max_participants": 1,
"duration": 11,
"share_token": "x94YK-69Gnh7",
"download_link": "https://daily-meeting-recordings..."
}
]