---
title: "Get Calls"
method: POST
path: "/telephony/calls"
---

# Get Calls

`POST /telephony/calls`

## Headers

- `x-api-key` string, required

## Request body

- object
  - `filters` object, required
    - `keyword` string
    - `user_uid` string[]
    - `customer_uid` string[]
    - `customer_number_uid` string[]
    - `call_uid` string[]
    - `module` string
    - `module_uid` string[]
    - `attribution_uid` string[]
    - `number` string[]
    - `tag` string
    - `call_type` string
    - `direction` 'INCOMING' | 'OUTGOING'
    - `status` string[]
    - `created_at_from` string, date-time
    - `created_at_to` string, date-time
  - `sort` 'ASC' | 'DESC'
  - `sort_by` 'created_at' | 'updated_at'
  - `limit` number
  - `page` number

## Response `200`

- object
  - `type` string
  - `data` object[]
    - `call_uid` string
    - `call_type` string
    - `direction` string
    - `status` string
    - `from_number` string
    - `to_number` unknown
    - `from` object
      - `type` string
      - `user` object
        - `user_uid` string
        - `agent_uid` string
        - `user_name` string
        - `profile_picture` string
      - `customer` unknown
    - `to` object
      - `type` string
      - `user` object
        - `user_uid` string
        - `agent_uid` string
        - `user_name` string
        - `profile_picture` string
      - `customer` unknown
    - `is_recorded` integer
    - `duration` integer
    - `call_recordings` object[]
      - `call_recording_uid` string
      - `recording_url` string
      - `recording_duration` integer
      - `recording_start_time` string
      - `recording_end_time` string
      - `created_at` string
      - `updated_at` string
      - `call_summary` object
        - `status` string
        - `sentiment` string
    - `call_notes` object[]
      - `call_note_uid` string
      - `call_note` string
      - `created_at` string
      - `updated_at` string
    - `call_modules` object[]
      - `call_module_uid` string
      - `module` string
      - `module_uid` string
      - `created_at` string
      - `updated_at` string
      - `name` string
    - `number` unknown
    - `created_at` string
    - `updated_at` string
  - `total_records` integer
  - `total_pages` integer
  - `current_page` integer

---

[API](https://skmtc.net/zuper/apis/zuper-pro-api.md) · [All operations](https://skmtc.net/zuper/apis/zuper-pro-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zuper/zuper-pro-api/revisions/c7b8028a05de/schema)
