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

# Get a call

`GET /v2/call/{id}`

Returns details and current status of a single call by its CUID.

## Path parameters

- `id` string, required

## Response `200`

Call details.

- CallResponse
  - `id` string, required — CUID call identifier.
  - `from_number` string, required
  - `to_number` string, required
  - `call_status` 'registered' | 'ongoing' | 'ended' | 'error', required
  - `call_type` 'phonecall' | 'webcall'
  - `agent_uid` string
  - `customer_id` string
  - `dynamic_variables` object
  - `callback_url` string
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `401` — Missing or invalid API key.
- `404` — The requested resource does not exist.
- `429` — Rate limit exceeded.
- `500` — Unexpected server error.

---

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