Reports
Campaign Reports
API Reference
Endpoints
- Actions
- Agents
- Call Now
- Calls
- Campaigns
- Chat
- Chat Widget
- Knowledge Base
- Dispositions
- Lead Lists
- Leads
- Mentions
- Phone Numbers
- Reports
- Roles
- Scripts
- Voices
- Webhooks
Reports
Campaign Reports
deprecated
Deprecated. Use GET /v1/campaigns//reports instead.
POST
/
v1
/
campaigns
/
{campaign_id}
/
reports
curl --request POST \
--url https://api.eqho.ai/v1/campaigns/{campaign_id}/reports \
--header 'X-API-KEY: <api-key>'
{
"calls": [
{
"id": "<string>",
"disposition_level_1": "<string>",
"disposition_level_2": "<string>",
"disposition_level_3": "<string>",
"call_summary": "<string>",
"start": "2023-11-07T05:31:56Z",
"end": "2023-11-07T05:31:56Z",
"lead_first_name": "<string>",
"lead_last_name": "<string>",
"lead_phone_number": "<string>",
"lead_email": "<string>",
"from_number": "<string>",
"in_progress": false,
"call_duration": "<string>",
"recording_url": "<string>"
}
]
}
Authorizations
Path Parameters
Response
200
application/json
Successful Response
The response is of type object
.
Was this page helpful?
curl --request POST \
--url https://api.eqho.ai/v1/campaigns/{campaign_id}/reports \
--header 'X-API-KEY: <api-key>'
{
"calls": [
{
"id": "<string>",
"disposition_level_1": "<string>",
"disposition_level_2": "<string>",
"disposition_level_3": "<string>",
"call_summary": "<string>",
"start": "2023-11-07T05:31:56Z",
"end": "2023-11-07T05:31:56Z",
"lead_first_name": "<string>",
"lead_last_name": "<string>",
"lead_phone_number": "<string>",
"lead_email": "<string>",
"from_number": "<string>",
"in_progress": false,
"call_duration": "<string>",
"recording_url": "<string>"
}
]
}