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

Query Parameters

archived
boolean

Archived filter for getting the report of archived contacts. Default is false.

Response

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