---
title: "Ver detalhes do histórico de ligação"
method: GET
path: "/calls/{call_id}"
---

# Ver detalhes do histórico de ligação

`GET /calls/{call_id}`

## Path parameters

- `call_id` integer, required

## Response `200`

200

- object
  - `success` boolean
  - `message` string
  - `data` object
    - `id` integer
    - `account_id` integer
    - `user_id` integer
    - `from_user_id` integer
    - `deal_id` integer
    - `company_id` integer
    - `person_id` integer
    - `webphone_id` integer
    - `webphone_extension_id` integer
    - `name` string
    - `from_number` string
    - `to_number` string
    - `record_audio` integer
    - `from_caller_id` string
    - `to_caller_id` string
    - `description` string
    - `start_at` string
    - `end_at` string
    - `status` integer
    - `record_url` string
    - `external_call_id` integer
    - `json_return` string
    - `important` integer
    - `duration` string
    - `cost` number
    - `created_at` string
    - `updated_at` string

## Other responses

- `404` — 404

---

[API](https://skmtc.net/pipe/apis/application-json.md) · [All operations](https://skmtc.net/pipe/apis/application-json/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pipe/application-json/revisions/0a130198f0a3/schema)
