---
title: "Lista contatos da organização"
method: GET
path: "/v1/contacts"
tags: ["contacts"]
---

# Lista contatos da organização

`GET /v1/contacts`

## Query parameters

- `page` integer
- `size` integer
- `q` string

## Response `200`

Lista

- ContactsListResponse
  - `contacts` ContactResponse[], required
    - `id` string, uuid, required
    - `name` string, required
    - `phone` string, required
    - `email` string, nullable
    - `attributes` object, nullable
    - `createdAt` string, required
  - `total` integer, required
  - `page` integer, required
  - `size` integer, required
  - `totalPages` integer, required

## Other responses

- `401` — Token ausente ou inválido

## Changes

- **2026-05-25** `4e426b85f784` — 4 breaking, 4 warning, 12 info
  - for the `query` request parameter `size`, default value was changed from `50` to `20`
  - the response property `contacts/items/attributes` became nullable for the status `200`
  - the response property `contacts/items/email` became nullable for the status `200`
  - the `contacts/items/createdAt` response's property type/format changed from `string`/`date-time` to `string`/`` for status `200`
  - …16 more

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

---

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