Room Recordings
Get room recording
A detailed summary of a particular Room Recording.
Permissions
The API token used to authenticate must have the following scope(s) enabled to make a successful request: Video.
Learn more about API scopes.
get/api/video/room_recordings/{id}
Path parameters
idstring uuid required
Universal Unique Identifier.
Unique ID of the Room Recording.
Query parameters
media_ttlinteger
Generated media links will be valid for this many seconds. Default is 900 (15 minutes).
Response
Room recording response.
Example response
{
"started_at": "2022-01-01T10:00:00Z",
"finished_at": "2022-01-01T11:00:00Z",
"duration": 120,
"size_in_bytes": 20971520,
"format": "video/mp4",
"cost_in_dollars": 0.05,
"uri": "https://files.signalwire.com/temporary/link/to/the/recording/file",
"created_at": "2022-01-01T10:00:00Z",
"updated_at": "2022-01-01T11:00:00Z"
}