Campaigns
Get All Campaigns
Call Management
Conversational AI
Agents
Campaigns
Call Management
Conversational AI
API Reference
Agents
Campaigns
Get All Campaigns
GET
/
campaigns
curl --request GET \
--url https://api-west.millis.ai/campaigns
[
{
"id": "<string>",
"name": "<string>",
"status": "idle",
"records": [
{
"phone": "<string>",
"metadata": {},
"call_status": "not_started"
}
],
"created_at": 123
}
]
Headers
Private Key
Response
200
application/json
Successful Response
Available options:
idle
, started
, paused
, finished
, failed
curl --request GET \
--url https://api-west.millis.ai/campaigns
[
{
"id": "<string>",
"name": "<string>",
"status": "idle",
"records": [
{
"phone": "<string>",
"metadata": {},
"call_status": "not_started"
}
],
"created_at": 123
}
]