/recordings
Last updated
Was this helpful?
Last updated
Was this helpful?
Returns the recordings.
/recordings
The name of the room
The cursor for paginating through the results. To fetch the next page,
set the cursor
to the cursor
returned by the previous request.
8f4031bfc7640c5f267b11b6fe0c2507
The limit for the pagination - the maximum number of results that will be returned within a single API response.
Sort results by a field. Accepted fields are: roomName
, startDate
, duration
and sizeInMegaBytes
. Accepted sort values are 'asc' and 'desc'.
roomName:asc
Returns the access link for the specified recording.
/recordings/{recordingId}/access-link
Recording ID.
1
The number of seconds the access link is valid for.
Deletes multiple recordings at once. This is an asynchronous operation. The endpoint returns immediately, and schedules a background job to delete the recordings. The endpoint is idempotent, meaning it will return the same response even if the recordings have already been deleted, or the recordings doesn't exist.
/recordings/bulk-delete
No body
Deletes the specified recording. The endpoint is idempotent, meaning it will return the same response even if the recording has already been deleted.
/recordings/{recordingId}
Recording ID.
1
No body