Video Logs
Get video log
Find a log by ID.
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/logs/{id}
Path parameters
idstring uuid required
Universal Unique Identifier.
Unique ID of the log.
Response
Response model for video log retrieve endpoint.
Example response
{
"url": "https://example.signalwire.com/api/video/room_sessions/a1b2c3d4-5e6f-7890-abcd-ef1234567890",
"room_name": "my_room",
"started_at": "2022-01-01T10:00:00Z",
"ended_at": "2022-01-01T11:00:00Z",
"charge": 0.01,
"created_at": "2022-01-01T10:00:00Z",
"charge_details": [
{
"description": "Video conference session charge",
"charge": 0.005
}
]
}