---
title: "Get Call"
method: GET
path: "/v1/call/{id}"
tags: ["Calls"]
---

# Get Call

`GET /v1/call/{id}`

Retrieve details of a specific call by its ID.

## Path parameters

- `id` string, required

## Response `200`

Call details retrieved successfully

- CallResponse
  - `call_type` 'phonecall' | 'webcall', required — Type of call
  - `from_number` string, required — Originating phone number
  - `to_number` string, required — Destination phone number
  - `direction` 'inbound' | 'outbound', required — Call direction
  - `call_id` string, required — Unique call identifier
  - `agent_id` string, required — Bot/agent identifier
  - `call_status` 'registered' | 'ongoing' | 'ended' | 'error', required — Current call status
  - `customer_id` string — Customer identifier
  - `telephony_identifier` object — Telephony system identifiers
  - `start_timestamp` integer — Call start time (Unix timestamp)
  - `end_timestamp` integer — Call end time (Unix timestamp)
  - `duration_ms` integer — Call duration in milliseconds
  - `transcript` object[] — Call transcript
  - `recording_url` string — URL to call recording
  - `latency` object — Latency metrics
  - `call_analysis` object — Post-call analysis data
  - `call_cost` object — Call cost information

## Other responses

- `400` — Bad request - missing organization information
- `401` — Unauthorized - missing or invalid API key
- `404` — Call not found
- `500` — Internal server error

## Changes

- **2025-06-09** `37428d2bd367` — 4 warning, 4 info
  - removed the optional property `details` from the response with the `400` status
  - removed the optional property `details` from the response with the `401` status
  - removed the optional property `details` from the response with the `404` status
  - removed the optional property `details` from the response with the `500` status
  - …4 more
- **2025-06-08** `bdc693a4558b` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/openmicai/apis/openmic-v1-external-api/changes/v1/call/:id/get.md)

---

[API](https://skmtc.dev/openmicai/apis/openmic-v1-external-api.md) · [All operations](https://skmtc.dev/openmicai/apis/openmic-v1-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openmicai/openmic-v1-external-api/revisions/37428d2bd367/schema)
