Skip to main content
GET
Get Campaign logs

Headers

string
required
Your API key for authentication. Prefix with Bearer .
string
required
Your access token for authentication.

Response

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