Skip to content

Get recording

GET
/api/recordings/{recordingID}

Get metadata for a single recording.

recordingID
required
string

Recording identifier.

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