GET
/
v1
/
campaigns
/
{campaign_id}
/
reports
curl --request GET \
  --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

X-API-KEY
string
header
required

Path Parameters

campaign_id
string
required

Response

200
application/json
Successful Response

The response is of type object.