Recording
List recordings
Returns a list of cloud recordings for your domain
GET
/
recordings
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
limit
integer
Maximum number of recordings to return (max 100)
starting_after
string
Pagination cursor for forward pagination
ending_before
string
Pagination cursor for backward pagination
Response
200 - application/json
total_count
integer
requiredTotal number of recordings stored
data
object[]
required