API DocumentationCampaigns

Get Campaign Call

Get details for a single call in a campaign by call SID.

Args: campaign_id: The ID of the campaign the call belongs to call_sid: The Twilio SID of the call to retrieve

GET
/v1/campaigns/{campaign_id}/calls/{call_sid}
AuthorizationBearer <token>

In: header

Path Parameters

campaign_idCampaign Id
call_sidCall Sid

Response Body

curl -X GET "https://api.voxxi.ai/v1/campaigns/0/calls/string"
{
  "id": "string",
  "prospect": {
    "id": 0,
    "name": "string",
    "phone": "string",
    "metadata": {}
  },
  "duration_seconds": 0,
  "recording_url": "string",
  "transcript": "string",
  "analysis_results": {},
  "status": "scheduled",
  "created_at": "2019-08-24T14:15:22Z",
  "updated_at": "2019-08-24T14:15:22Z"
}
{
  "detail": "string"
}
{
  "detail": "string"
}
{
  "detail": "string"
}
{
  "detail": [
    {
      "type": "string",
      "loc": [
        "string"
      ],
      "msg": "string",
      "ctx": {}
    }
  ]
}
{
  "detail": "string"
}