Find a Room Recording by ID
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.
Authentication
AuthorizationBasic
SignalWire Basic Authentication using Project ID and API Token.
The client sends HTTP requests with the Authorization header containing
the word Basic followed by a space and a base64-encoded string of project_id:token.
The project ID will be used as the username and the API token as the password.
Example:
```
Authorization: Basic base64(project_id:token)
```
Path parameters
id
Unique ID of the Room Recording.
Query parameters
media_ttl
Generated media links will be valid for this many seconds. Default is 900 (15 minutes).
Response
Room recording response.
id
Unique ID of the Room Recording.
room_session_id
Unique ID of the Room Session the Room Recording was made in.
status
Status of the recording.
Allowed values:
started_at
Timestamp of when the Room Recording started.
finished_at
Timestamp of when the Room Recording stopped.
duration
The length of the Room Recording in seconds.
size_in_bytes
The number of bytes of the Room Recording file.
format
The MIME type of the Room Recording file.
cost_in_dollars
The cost of the recording in dollars.
uri
A temporary URL for accessing the recording file. By default, valid for 15 minutes.
created_at
Timestamp when the recording was created.
updated_at
Timestamp when the recording was last updated.