---
title: "List contacts"
method: GET
path: "/contacts"
---

# List contacts

`GET /contacts`

## Query parameters

- `cursor` string
- `created_after` string
- `created_before` string
- `updated_after` string
- `updated_before` string

## Response `200`

Default Response

- ListContactsOutput
  - `items` Contact[], required
    - `id` string, uuid, required
    - `email` string, email, nullable, required
    - `phone_number` string, nullable, required
    - `name` string, nullable, required
    - `custom_data` object, nullable, required
    - `created_at` string, required — ISO 8601 timestamp of when the contact was created
    - `updated_at` string, required — ISO 8601 timestamp of when the contact was last updated
  - `next` string, nullable, required

## Other responses

- `500` — Internal Server Error

---

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