Bookings
Find all Cal video transcripts of that recording
Getting Started
Attendees
Availabilities
Booking References
Bookings
Credentials
Destination Calendars
Event Types
Memberships
Schedules
Selected Calendars
Teams
Users
Bookings
Find all Cal video transcripts of that recording
GET
/
bookings
/
{id}
/
transcripts
/
{recordingId}
curl --request GET \
--url https://api.cal.com/v1/bookings/{id}/transcripts/{recordingId}
Authorizations
Path Parameters
ID of the booking for which transcripts need to be fetched.
ID of the recording(daily.co recording id) for which transcripts need to be fetched.
Query Parameters
Your API key
Response
200
OK
curl --request GET \
--url https://api.cal.com/v1/bookings/{id}/transcripts/{recordingId}