Get Campaign logs
Outbound
Get Campaign logs
Retrieve a list of all existing campaigns
GET
Get Campaign logs
Headers
Your API key for authentication. Prefix with
Bearer .Your access token for authentication.
Response
The main response object containing analytics and logs.
An object containing overall analytics for the campaign logs.
Total number of contacts involved in the campaign.
Percentage of completion for the campaign.
Number of answered calls.
Number of calls not answered.
Total number of conversations in the campaign.
Array of log objects for each contact in the campaign.
Unique identifier for the log entry.
User identifier associated with the log.
Name of the contact.
Array of contact phone numbers.
Email address of the contact.
Array of tags associated with the contact.
Timestamp when the log was created (ISO format).
Timestamp when the log was last updated (ISO format).
Name of the contact (duplicate of contact_name).
Email address of the contact (duplicate of contact_email).
Status of the campaign log (e.g., completed).
Address of the contact.
JSON string containing analysis data.
Identifier for the call session.
Sentiment analysis result for the call.
Identifier for the contact.
Identifier for the session.
Summary of the call conversation.
Duration of the call in seconds.
Indicates if the campaign goal was achieved (“yes” or “no”).
URL to the call recording.
Object containing the transcript and recording URL.
Array of conversation objects with role and content.
Role in the conversation (user or assistant).
Content of the conversation message.
URL to the transcript audio file.