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

# List all contacts

`GET /uc/{connection_id}/contact`

## Path parameters

- `connection_id` string, required

## Query parameters

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

## Response `200`

Successful

- 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

---

[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/versions/1f72720916e4/schema)
