Recordings

GET List recordings

get

Retrieve a paginated list of recordings for the authenticated user's account

Authorizations
AuthorizationstringRequired
Query parameters
pageintegerOptional

Page number for pagination

Responses
200

Successful response

application/json
get
/recordings

GET Get a specific recording

get

Retrieve details of a specific recording by its UUID

Authorizations
AuthorizationstringRequired
Path parameters
uuidstringRequired

UUID of the recording

Responses
200

Successful response

application/json
get
/recordings/{uuid}

Last updated

Was this helpful?