---
title: "Get all calls"
method: GET
path: "/calls/"
tags: ["Calls"]
---

# Get all calls

`GET /calls/`

The GET all calls API allows you to retrieve the calls made from the PBX. You can apply various request parameters as filters to segment and limit the number of records.

### Parameters

- `id` : Integer
    
- `object_type_id` : Integer
    
- `caller_user_id` : Integer
    
- `start_at` : DateTime URL encoded format 2020-09-01T00:00:00
    
- `end_at` : DateTime URL encoded format 2020-09-01T00:00:00
    
- `src` : String
    
- `dst` : String
    
- `call_uuid` : String
    
- `agent_callerid_name` : String
    
- `agent_callerid_number` : String
    
- `agent_hangup_disposition` : String
    
- `client_callerid_name` : String
    
- `client_callerid_number` : String
    
- `client_hangup_disposition` : String
    
- `call_duration` : Integer
    
- `call_bill_duration` : Integer
    
- `status` : String
    
- `record_file` : String
    
- `created_at` : DateTime URL encoded format 2020-09-01T00:00:00
    
- `q850` : String
    
- `beep_detected` : Boolean
    
- `sip_term_status` : String
    
- `cost` : String

## Response `200`

Successful operation / Failed 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
  - `total_calls` number

---

[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)
