---
title: "Get List Of Contacts"
method: GET
path: "/api/v1/contact"
tags: ["Contact"]
---

# Get List Of Contacts

`GET /api/v1/contact`

Retrieve Contact.
Scoped to the active team (X-Team-Id header) when set, otherwise personal.

## Query parameters

- `page` integer
- `size` integer

## Response `200`

Successful Response

- IGetResponsePaginatedIContactRead
  - `message` string, nullable
  - `meta` object
  - `data` PageBaseIContactRead, required
    - `items` IContactRead[], required
      - `first_name` string, nullable, required
      - `last_name` string, nullable, required
      - `email` string, nullable, required
      - `channels` object
      - `user_attributes` object
      - `last_seen` string, date-time, nullable
      - `last_sent` string, date-time, nullable
      - `org_id` string, uuid, nullable
      - `first_assistant_id` string, uuid, nullable
      - `last_assistant_id` string, uuid, nullable
      - `first_widget_id` string, uuid, nullable
      - `last_widget_id` string, uuid, nullable
      - `custom_fields` object, nullable
      - `id` string, uuid, required
      - `created_at` string, date-time, nullable, required
    - `total` integer, nullable, required
    - `page` integer, nullable, required
    - `size` integer, nullable, required
    - `pages` integer, nullable
    - `previous_page` integer, nullable — Page number of the previous page
    - `next_page` integer, nullable — Page number of the next page

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/insighto/apis/ragify.md) · [All operations](https://skmtc.net/insighto/apis/ragify/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/insighto/ragify/revisions/cdca56191be9/schema)
