🎉 vox.ai 디스코드 커뮤니티가 새로 열렸어요! 참여하기 →
캠페인 ID로 캠페인 상세 정보를 조회합니다. Bearer 토큰 인증이 필요합니다.
curl --request GET \
--url https://client-api.tryvox.co/v2/campaigns/{campaign_id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"name": "<string>",
"status": "draft",
"agent_id": "<string>",
"from_number": "<string>",
"total_calls": 123,
"created_at": "<string>",
"organization_id": "<string>",
"agent_version": 123,
"presentation_number": "<string>",
"completed_calls": 0,
"failed_calls": 0,
"scheduled_at": "<string>",
"finished_at": "<string>",
"paused_at": "<string>",
"concurrency": 5,
"active_concurrency": 0,
"call_time_window": {},
"paused_by": "user"
}Documentation Index
Fetch the complete documentation index at: https://docs.tryvox.co/llms.txt
Use this file to discover all available pages before exploring further.
API 키를 Authorization: Bearer <API_KEY> 헤더로 전달하세요. 대시보드 설정에서 발급받을 수 있습니다.
Successful Response
GET /v2/campaigns/{campaign_id} 응답 모델
draft, pending, ongoing, paused, success, fail, canceled 최대 동시 발신 수
현재 진행 중인 동시 발신 수
통화 허용 시간대 설정
일시정지 원인 (user: 수동, system: 시간대)
user, system Was this page helpful?
curl --request GET \
--url https://client-api.tryvox.co/v2/campaigns/{campaign_id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"name": "<string>",
"status": "draft",
"agent_id": "<string>",
"from_number": "<string>",
"total_calls": 123,
"created_at": "<string>",
"organization_id": "<string>",
"agent_version": 123,
"presentation_number": "<string>",
"completed_calls": 0,
"failed_calls": 0,
"scheduled_at": "<string>",
"finished_at": "<string>",
"paused_at": "<string>",
"concurrency": 5,
"active_concurrency": 0,
"call_time_window": {},
"paused_by": "user"
}