cURL
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>" } ] }
Deprecated. Use GET /v1/campaigns//reports instead.
24
Successful Response
The response is of type object.
object
Was this page helpful?