Video Logs
Get video log
Retrieves one historical Video API activity log by ID. Use it to inspect a record selected from List video logs; this read-only endpoint reports past activity and does not control a live Room or Conference.
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
}
]
}Changes
No changes found, but 3 of the 137 revisions have a changelog that could not be searched — this endpoint may have changed in one of them.