GET
/
campaigns
/
{campaign_id}
{
  "id": "<string>",
  "name": "<string>",
  "status": "draft",
  "agent_id": "<string>",
  "agent_version": 123,
  "from_number": "<string>",
  "total_calls": 123,
  "completed_calls": 0,
  "failed_calls": 0,
  "created_at": "<string>",
  "scheduled_at": "<string>",
  "finished_at": "<string>",
  "concurrency": 5,
  "active_concurrency": 0,
  "organization_id": "<string>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

campaign_id
string
required

Response

200
application/json

Successful Response

GET /v2/campaigns/{campaign_id} 응답 모델