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

# List contacts

`GET /contacts`

## Query parameters

- `search` string

## Headers

- `Authorization` string, required

## Response `200`

200

- ListContactsResponse200
  - `status` string
  - `response` ContactsGetResponsesContentApplicationJsonSchemaResponse
    - `items` ContactsGetResponsesContentApplicationJsonSchemaResponseItemsItems[]
      - `id` string
      - `name` string
      - `phone_number` string
      - `email` string
      - `contact_metadata` ContactsGetResponsesContentApplicationJsonSchemaResponseItemsItemsContactMetadata
      - `workspace_id` string
      - `created_at` string
      - `updated_at` string
      - `memory_store_ids` unknown[]
        - unknown
    - `total` integer
    - `page_size` integer
    - `page_number` integer

---

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