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

# List all contacts

`GET /contacts`

Lists all contacts for the firm

## Response `200`

Successfully returns all contacts

- object
  - `data` ContactSummary[]
    - `id` integer
    - `first_name` string
    - `last_name` string
    - `nick_name` string
    - `company` string
    - `job_title` string
    - `client_id_number` string
    - `created_at` string, date-time
    - `updated_at` string, date-time

## Changes

- **2026-08-08** `7c956b3d1bdf` — 1 warning, 9 info
  - removed the optional property `data/items/contact` from the response with the `200` status
  - added the optional property `data/items/client_id_number` to the response with the `200` status
  - added the optional property `data/items/company` to the response with the `200` status
  - added the optional property `data/items/created_at` to the response with the `200` status
  - …6 more

[Change history](https://skmtc.dev/gettruss/apis/api-v1/changes/contacts/get.md)

---

[API](https://skmtc.dev/gettruss/apis/api-v1.md) · [All operations](https://skmtc.dev/gettruss/apis/api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gettruss/api-v1/revisions/7c956b3d1bdf/schema)
