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

# Get Contact

`GET /v1/contacts/{contact_id}`

Get a single contact by ID.

## Path parameters

- `contact_id` string, required

## Response `200`

Successful Response

- ContactResponse
  - `id` string, required
  - `phoneNumber` string, required
  - `name` string, required
  - `email` string, nullable
  - `notes` string, nullable
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required

## Other responses

- `422` — Validation Error

---

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