Get recording
GET /api/recordings/{recordingID}
GET
/api/recordings/{recordingID}
Get metadata for a single recording.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” recordingID
required
string
Recording identifier.
Responses
Section titled “ Responses ”Recording metadata.
object
id
string
Example
rec_1234567890 file_name
string
Example
rec_1234567890.mp4 download
string
mime_type
string
Example
video/mp4 size_bytes
integer
Example
2048576 created_at
string format: date-time
active
boolean
Resource not found.
object
message
required
Human-readable error message.
string