/recordings
Last updated
Last updated
Deletes the specified recording. The endpoint is idempotent, meaning it will return the same response even if the recording has already been deleted.
Recording ID.
"1"
The resource was deleted successfully.
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.
The resources are scheduled for deletion.
Returns the recordings.
A JSON object with the page containing the array with the recordings results.
The cursor for paginating through the results. To fetch the next page,
set the cursor
to the cursor
returned by the previous request.
If there are no more results, the value returned is null
.
Returns the access link for the specified recording.
Recording ID.
"1"
A JSON object representing the access link.
The access link.
"https://s3.eu-central-1.amazonaws.com/recordings/1.mp4?AWSAccessKeyId=AKIAJ..."
The timestamp when the access link expires.
1588262400000
Returns the specified recording metadata.
Recording ID.
"1"
A JSON object representing the recording.