GET
/
campaigns
/
{campaignId}
/
contacts
/
{contactId}
/
calls
curl --request GET \
  --url https://api.voxia.ai/campaigns/{campaignId}/contacts/{contactId}/calls \
  --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.

contactId
string
required

Id of the contact as a string ObjectId value.

Query Parameters

perPage
number

Max page size. Default is 50.

page
number

Page number. Default is 0.

Response

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