Skip to main content
Retrieve call history and details using the CometChat REST API. Call logs provide information about past calls including participants, duration, and recording URLs.

Retrieving Call Logs

Call logs are accessed through the CometChat REST API rather than the client SDK. Use the following endpoints:

List Calls

Retrieve a list of calls for your app:
See the List Calls API documentation for full details on parameters and response format.

Get Call Details

Retrieve details for a specific call:
See the Get Call API documentation for full details.

Call Log Properties