---
title: "List all calls"
method: GET
path: "/uc/{connection_id}/call"
tags: ["uc", "call"]
---

# List all calls

`GET /uc/{connection_id}/call`

## Path parameters

- `connection_id` string, required

## Query parameters

- `limit` number
- `offset` number
- `updated_gte` string
- `sort` string
- `order` string
- `query` string
- `user_id` string
- `contact_id` string
- `start_gte` string
- `end_lt` string
- `fields` string[]
- `raw` string

## Response `200`

Successful

- UcCall[]
  - `id` string
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `contact_id` string
  - `telephone` PropertyUcCallTelephone — The telephone number called
    - `telephone` string, required
    - `type` 'WORK' | 'HOME' | 'OTHER' | 'FAX' | 'MOBILE'
  - `start_at` string, date-time
  - `end_at` string, date-time
  - `user_id` string
  - `contacts` UcContact[]
    - `id` string
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `name` string
    - `first_name` string
    - `last_name` string
    - `title` string
    - `company` string
    - `emails` UcEmail[] — An array of email addresses for this contact
      - `email` string, required
      - `type` 'WORK' | 'HOME' | 'OTHER'
    - `telephones` UcTelephone[] — An array of telephones for this contact
      - `telephone` string, required
      - `type` 'WORK' | 'HOME' | 'OTHER' | 'FAX' | 'MOBILE'
    - `raw` object
  - `is_private` boolean
  - `user_name` string
  - `user_phone` string
  - `type` 'INBOUND' | 'OUTBOUND'
  - `metadata` UcMetadata[]
    - `id` string
    - `slug` string
    - `value` union
      - object
      - string
      - number
      - boolean
      - union[]
        - union
          - object
          - string
          - number
          - boolean
    - `namespace` string
    - `format` 'TEXT' | 'NUMBER' | 'DATE' | 'BOOLEAN' | 'FILE' | 'TEXTAREA' | 'SINGLE_SELECT' | 'MULTIPLE_SELECT' | 'MEASUREMENT' | 'PRICE' | 'YES_NO' | 'CURRENCY' | 'URL'
    - `extra_data` union
      - object
      - string
      - number
      - boolean
      - union[]
        - union
          - object
          - string
          - number
          - boolean
  - `raw` object

---

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