GET
/
recordings

Authorizations

Authorization
string
headerrequired

Bearer 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
required

Total number of recordings stored

data
object[]
required