Skip to main content
Retrieve call history for your application. Call logs provide detailed information about past calls including duration, participants, recordings, and status.

Fetch Call Logs

Use CallLogsRequest to fetch call logs with pagination support. The builder pattern allows you to filter results by various criteria.

CallLogsRequestBuilder

Configure the request using the builder methods:

Filter Examples

Pagination

Use fetchNext() and fetchPrevious() for pagination:

CallLog Object

Each CallLog object contains detailed information about a call:

Access Recordings

If a call has recordings, access them through the recordings property: