List Calls
Returns all calls available to your organization
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The maximum number of results to return. Defaults to 100, maximum is 1000.
Filter calls created on or after this date (ISO 8601 format)
Filter calls created on or before this date (ISO 8601 format)
Response
The unique id for the call
The id of the assistant that handled the call
The date and time the call was started
The date and time the call ended
The status of the call
queued
, ringing
, in-progress
, forwarding
, ended
The reason why the call ended
The transcript of the call
The phone number that initiated the call
The phone number that received the call
The type of call
Structured messages representing the events of the conversation
The duration of the call in milliseconds
[Beta] Includes custom evaluations and data extractions for the call. Analysis feature is in beta and is not yet generally available.
A summary of the call
The outcome of the call
If the call was unsuccessful, this will be the reason why
declined
, escalated
, requested-callback
, customer-dropped
, assistant-ended
, opt-out