GET
/
campaigns
/
{campaignId}
/
calls
/
{callId}
/
recording
curl --request GET \
  --url https://api.voxia.ai/campaigns/{campaignId}/calls/{callId}/recording \
  --header 'Authorization: <api-key>'
{
  "status": "error",
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Path Parameters

campaignId
string
required

Id of the campaign as a string ObjectId value.

callId
string
required

Id of the call as a string ObjectId value.

Response

404
application/json
status
enum<string>
Available options:
error
message
string