GET/recordings
A GET
request to /recordings
returns a list of cloud recordings for your domain.
Recordings are returned sorted by created_at
time in reverse chronological order.
Each call to this endpoint fetches a maximum of 100 recording objects.
See our recording guide for detailed information about recording calls with Daily. See our pagination reference for how pagination works in API requests (and how to use the limit
, ending_before
, and starting_after
query parameters).
The response body consists of two fields: total_count
and data
.
The total_count
field is the total number of recordings stored (which, if pagination arguments are supplied, could be greater than the number of recordings returned by this query).
The data
field is a list of recording objects.