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

authorization
string | null

Private Key

Response

200
application/json
Successful Response

The response is of type object[].