List conference logs
Lists historical voice conferences and Video Room or Conference sessions across the project. Use it for usage reporting and auditing across conference types, not for live control. Use Compatibility Conferences to inspect or control live voice conferences, or Video Conferences to manage hosted video conference configurations.
Permissions
The API token used to authenticate must have the following scope(s) enabled to make a successful request: Voice or Video.
Learn more about API scopes.
Query parameters
Include logs for deleted activity.
Return logs for activity on this date. Accepts a date (YYYY-MM-DD) or ISO 8601 timestamp.
Return logs for activity prior to this date. Accepts a date (YYYY-MM-DD) or ISO 8601 timestamp.
Return logs for activity after this date. Accepts a date (YYYY-MM-DD) or ISO 8601 timestamp.
The page number to retrieve (0-indexed).
Specify the number of results to return on a single page. The default page size is 50 and the maximum is 1000.
Token for cursor-based pagination. Required when page_number > 0.
Response
The request has succeeded.
Example response
{
"links": {
"self": "https://example.signalwire.com/api/logs/conferences?page_number=0&page_size=50",
"first": "https://example.signalwire.com/api/logs/conferences?page_size=50",
"next": "https://example.signalwire.com/api/logs/conferences?page_number=1&page_size=50&page_token=PAb9028451-b1d3-4690-b5d3-37b19d25f573",
"prev": "https://example.signalwire.com/api/logs/conferences?page_number=0&page_size=50&page_token=PBb9028451-b1d3-4690-b5d3-37b19d25f573"
},
"data": [
{
"created_at": "2025-03-11T01:49:49.630Z",
"region": "us1",
"name": "conference",
"status": "in-progress",
"max_size": 2,
"current_participants": 1,
"updated_at": "2025-03-12T01:49:49.630Z",
"type": "cxml_conference"
}
]
}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.