---
title: "Get a contact"
method: GET
path: "/contacts/{contact_id}"
tags: [""]
---

# Get a contact

`GET /contacts/{contact_id}`

## Path parameters

- `contact_id` string, required

## Headers

- `Authorization` string, required

## Response `200`

200

- GetAContactResponse200
  - `status` string
  - `response` ContactsContactIdGetResponsesContentApplicationJsonSchemaResponse
    - `id` string
    - `name` string
    - `phone_number` string
    - `email` string
    - `contact_metadata` ContactsContactIdGetResponsesContentApplicationJsonSchemaResponseContactMetadata
      - `company` string
    - `workspace_id` string
    - `created_at` string
    - `updated_at` string
    - `memory_store_ids` unknown[]
      - unknown

---

[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/revisions/decb652b52e0/schema)
