---
title: "List Contacts"
method: GET
path: "/api/v3/crm/{integration_id}/contacts"
tags: ["CRM Contacts"]
---

# List Contacts

`GET /api/v3/crm/{integration_id}/contacts`

Get a paginated list of contacts from the CRM.

## Path parameters

- `integration_id` string, uuid, required — The CRM integration ID

## Query parameters

- `limit` integer — Number of results
- `after` string, nullable — Pagination cursor
- `properties` string, nullable — Comma-separated list of properties to return

## Response `200`

Successful Response

- ContactListResponse — API response for listing contacts.
  - `results` AppRoutesV3CrmContactsContactResponse[], required
    - `id` string, required
    - `properties` object, required
    - `created_at` string, nullable
    - `updated_at` string, nullable
  - `has_more` boolean
  - `next_cursor` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/nationgraph/apis/nationgraph-api.md) · [All operations](https://skmtc.net/nationgraph/apis/nationgraph-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nationgraph/nationgraph-api/versions/85804e68d86d/schema)
