curl --request GET \
--url https://api.cal.com/v2/bookings/{bookingUid}/transcripts \
--header 'Authorization: <authorization>' \
--header 'cal-api-version: <cal-api-version>'{
"status": "success",
"data": [
"https://transcript1.com",
"https://transcript2.com"
]
}curl --request GET \
--url https://api.cal.com/v2/bookings/{bookingUid}/transcripts \
--header 'Authorization: <authorization>' \
--header 'cal-api-version: <cal-api-version>'{
"status": "success",
"data": [
"https://transcript1.com",
"https://transcript2.com"
]
}Must be set to 2026-02-25.
value must be Bearer <token> where <token> is api key prefixed with cal_, managed user access token, or OAuth access token
Was this page helpful?