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

# Get specific call

`GET /calls/{id}`

### Retrieve Call Details

This endpoint retrieves details of a specific call identified by the provided `id`.

### Parameters

- `id` : Integer

## Response `200`

Successful operation

- object
  - `calls` object[]
    - `agent_callerid_name` unknown
    - `agent_callerid_number` unknown
    - `agent_hangup_disposition` unknown
    - `amd_result` unknown
    - `amd_status` unknown
    - `beep_detected` string
    - `call_bill_duration` string
    - `call_duration` string
    - `call_uuid` string
    - `caller_user` unknown
    - `caller_user_id` unknown
    - `client_callerid_name` string
    - `client_callerid_number` string
    - `client_hangup_disposition` string
    - `cost` string
    - `created_at` string
    - `dst` string
    - `end_at` string
    - `id` string
    - `object_type_id` string
    - `phonebook` unknown
    - `q850` string
    - `record_file` unknown
    - `sip_term_status` string
    - `src` string
    - `start_at` string
    - `status` string
    - `status_id_after` unknown
    - `status_id_before` unknown
    - `user_group_id` unknown
  - `total_calls` number

## Other responses

- `404` — Error

---

[API](https://skmtc.net/commpeak/apis/dialer-api-v2-0-1.md) · [All operations](https://skmtc.net/commpeak/apis/dialer-api-v2-0-1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/commpeak/dialer-api-v2-0-1/revisions/eacecf960bb6/schema)
