---
title: "List Contacts"
method: GET
path: "/contacts"
tags: ["contacts"]
---

# List Contacts

`GET /contacts`

## Query parameters

- `search` string, nullable
- `limit` integer
- `offset` integer

## Response `200`

Successful Response

- ContactListResponse
  - `contacts` ContactListItemResponse[], required
    - `contact_id` string, required
    - `source_type` string, required
    - `source_id` string, required
    - `customer_name` string, nullable
    - `primary_phone` string, required
    - `alternate_phones` ContactPhoneResponse[]
      - `phone` string, required
      - `label` string, required
      - `is_primary` boolean, required
    - `address` string, nullable
    - `latest_activity_at` string, date-time, nullable
    - `latest_preview` string, nullable
    - `conversation_id` string, nullable
    - `followup_id` string, nullable
    - `requires_action` boolean
    - `is_archived` boolean
    - `pending_sync` boolean
    - `email` string, nullable
    - `company_name` string, nullable
    - `open_estimate_total` number, nullable
    - `open_estimate_count` integer, nullable
  - `total_count` integer, required
  - `limit` integer, required
  - `offset` integer, required

## Other responses

- `404` — Not found
- `422` — Validation Error

---

[API](https://skmtc.dev/noso/apis/crucible-backend-api.md) · [All operations](https://skmtc.dev/noso/apis/crucible-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/noso/crucible-backend-api/revisions/112efbdea3eb/schema)
