Final Analysis
Returns the final analysis data for a specific campaign by its campaign ID.
Authorizations
Headers
The name of the schema to be used for the request
Path Parameters
Unique campaign ID (e.g., quickcamp6cd8c4ce)
Response
Final campaign analysis data response
Counts of each call status in the campaign (e.g., AGENT_HANGUP, DIAL_NO_ANSWER)
{ "AGENT_HANGUP": 1, "DIAL_NO_ANSWER": 1 }Counts of each outcome classification (e.g., POSITIVE, NEGATIVE, UNKNOWN)
{ "NEGATIVE": 1, "UNKNOWN": 1 }Details or count of scheduled callbacks if any (can be empty)
{}List of user IDs or identifiers who hung up the call (can be empty)
[]Count of response sentiments detected during the campaign
{ "NOT_DETECTED": 2 }Counts of improvement tags used in the campaign
{ "NULL": 2 }Final summary and aggregated metrics of the campaign
