통화
통화 조회
통화 ID로 단일 통화 정보를 조회합니다. Bearer 토큰 인증이 필요합니다.
GET
통화 조회
Authorizations
API 키를 Authorization: Bearer <API_KEY> 헤더로 전달하세요. 대시보드 설정에서 발급받을 수 있습니다.
Path Parameters
Response
Successful Response
GET /v2/calls/{call_id} 응답 모델
통화 유형 Enum
Available options:
web, phone, inbound, outbound, api, unknown, unit_test, scenario_test 에이전트 컨텍스트에 사용되는 동적 변수
분석/추적을 위한 임의의 메타데이터
통화의 현재 진행 상태입니다. 생성 직후 'queued', 발신 중 'ringing', 통화 진행 중 'ongoing', 정상 종료 'ended' 등으로 전이됩니다. 상세 원인은 disconnection_reason 필드를 함께 확인하세요.
Available options:
queued, registered, ringing, ongoing, ended, error, canceled, not_connected 통화 종료 사유 Enum
Available options:
user_hangup, agent_hangup, dial_no_answer, dial_failed, dial_busy, voicemail_reached, concurrency_limit_reached, insufficient_balance, error_voxai, max_duration_reached, inactivity, flow_error, call_transfer, orphaned_no_agent_pickup, dial_declined, daily_call_limit_reached transcript_with_tool_calls
(TranscriptMessageDto · object | ToolCallMessageDto · object | ToolCallResultMessageDto · object)[] | null
통화 대화록의 기본 메시지 모델
- TranscriptMessageDto
- ToolCallMessageDto
- ToolCallResultMessageDto
통화 비용 관련 지표 모델
통화 분석 결과 모델
통화 조회