Calls
Get Call
GET
/api/v1/calls/{call_id}폴링용입니다. 내 번호의 통화가 아니면 존재 여부 없이 404입니다.
Authorization
numberKey AuthorizationBearer <token>
번호 API 키. 키가 곧 발신 번호이자 접근 범위다 — 그 번호의 통화만 조회·제어할 수 있다.
In: header
Path Parameters
call_id*Call Id
Header Parameters
X-Number-Id?string|null
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/v1/calls/string"{ "counterparty": "01023825815", "direction": "outbound", "id": "3f1c8a52-9d0e-4b77-b3a1-2e5f6c8d9a04", "instruction": "예약 시간을 목요일 오후 3시로 변경해 달라고 요청해 줘.", "number_id": "8b21d4e6-77af-4c30-9f5b-1a0c3d2e4f60", "options": { "interruption_enabled": true, "language": "ko" }, "options_pending": false, "started_at": "2026-08-28T10:15:04+09:00", "status": "active"}