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}

PATCH Update a recording

patch

Update a recording's title, summary, or description. Only admins can perform this action.

Authorizations
AuthorizationstringRequired
Path parameters
uuidstringRequired

UUID of the recording

Body
Responses
200

Successfully updated recording

application/json
patch
/recordings/{uuid}

Last updated

Was this helpful?