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

# List all contacts

`GET /crm/{connection_id}/contact`

## Path parameters

- `connection_id` string, required

## Query parameters

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

## Response `200`

Successful

- CrmContact[]
  - `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` CrmEmail[] — An array of email addresses for this contact
    - `email` string
    - `type` 'WORK' | 'HOME' | 'OTHER'
  - `telephones` CrmTelephone[] — An array of telephones for this contact
    - `telephone` string, required
    - `type` 'WORK' | 'HOME' | 'OTHER' | 'FAX' | 'MOBILE'
  - `deal_ids` string[] — An array of deal IDs associated with this contact
  - `company_ids` string[] — An array of company IDs associated with this contact
  - `address` PropertyCrmContactAddress
    - `address1` string
    - `address2` string
    - `city` string
    - `region` string
    - `region_code` string
    - `postal_code` string
    - `country` string
    - `country_code` string
  - `user_id` string
  - `link_urls` string[] — Additional URLs associated with the contact e.g., LinkedIn, website, etc
  - `metadata` CrmMetadata[]
    - `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
  - `department` string
  - `image_url` string
  - `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)
