Bookings
Find all Cal video recordings of that booking
GET
/
bookings
/
{id}
/
recordings
Authorizations
apiKey
string
queryrequiredPath Parameters
id
integer
requiredID 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
apiKey
string
requiredYour API key
Response
200 - application/json
id
string
room_name
string
start_ts
number
status
string
max_participants
number
duration
number
download_link
string
Was this page helpful?