GET
/
campaigns
[
  {
    "id": "<string>",
    "name": "<string>",
    "status": "idle",
    "records": [
      {
        "phone": "<string>",
        "metadata": {},
        "call_status": "not_started"
      }
    ],
    "created_at": 123
  }
]

Headers

token
string | null

Client Token

authorization
string | null

Private Key

Response

200
application/json
Successful Response
id
string
required
name
string
required
status
enum<string>
required
Available options:
idle,
started,
paused,
finished,
failed
records
object[]
required
created_at
integer
required