Skip to main content
POST
/
campaigns
/
v1
/
campaigns
/
{config_id}
/
calls
/
download
Download Calls Route
curl --request POST \
  --url https://api-prod.interactly.ai/campaigns/v1/campaigns/{config_id}/calls/download \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "start": "<string>",
  "end": "<string>",
  "status": "<string>",
  "callType": "<string>",
  "callIds": [],
  "teamId": "<string>",
  "search": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Retrieve your API Key from Dashboard API Keys Section.

Path Parameters

config_id
string
required
Required string length: 24
Example:

"5eb7cf5a86d9755df3a6c593"

Body

application/json
start
string
end
string
status
string
callType
string
callIds
any[]
teamId
string

Response

Successful Response