GET
/
campaigns
/
{campaign_id}
/
info
curl --request GET \
  --url https://api-west.millis.ai/campaigns/{campaign_id}/info
{
  "id": "<string>",
  "name": "<string>",
  "status": "idle",
  "created_at": 123,
  "caller": "<string>"
}

Headers

authorization
string | null

Private Key

Path Parameters

campaign_id
string
required

Response

200
application/json

Successful Response

The response is of type object.