Skip to main content
GET
List recordings

Authorizations

x-api-key
string
header
required

Query Parameters

fromDate
string<date-time>

Filter recordings created on or after this date (ISO 8601)

toDate
string<date-time>

Filter recordings created on or before this date (ISO 8601)

limit
integer
default:25

Number of results to return

Required range: 1 <= x <= 100
startAfter
string<date-time>

Pagination cursor. Pass the nextCursor value from the previous response.

Response

OK

recordings
object[]
nextCursor
string<date-time> | null
hasMore
boolean