API 참조
vox.ai API 엔드포인트 목록
캠페인 ID로 캠페인 상세 정보를 조회합니다. Bearer 토큰 인증이 필요합니다.
{ "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>" }
The access token received from the authorization server in the OAuth 2.0 flow.
Successful Response
GET /v2/campaigns/{campaign_id} 응답 모델