cURL
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
Bearer <token>
<token>
success
error
"success"
[ "https://transcript1.com", "https://transcript2.com"]
Was this page helpful?