Lists outbound campaigns for the specified agent.
Path parameters
The UUID of the AI agent that owns the campaign.
Query parameters
Search by campaign name.
Filter by campaign status. Repeat the query parameter for multiple statuses.
Response
Campaigns fetched successfully
Example response
{
"data": {
"campaigns": [
{
"retry_config": {
"max_retries": 2,
"retry_delay_minutes": 30,
"retry_on": [
"UNANSWERED",
"REJECTED",
"VOICEMAIL"
]
}
}
]
}
}Changes
Changed in 4 of the 17 revisions of this API.144
- ●
for the
queryrequest parameterpage_size, the max was set to100.00request-parameter-max-set
- ●
- ●
removed the optional property
data/campaigns/items/cpsfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/campaigns/items/metadatafrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/campaigns/items/schedule_configfrom the response with the200statusresponse-optional-property-removed
- ○
added the optional property
data/campaigns/items/retry_config/max_retriesto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/campaigns/items/retry_config/retry_delay_minutesto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/campaigns/items/retry_config/retry_onto the response with the200statusresponse-optional-property-added
- ●
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 33 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲