---
title: "Get a contact by id"
method: GET
path: "/numbers/contacts/{id}"
tags: ["Contacts"]
---

# Get a contact by id

`GET /numbers/contacts/{id}`

Retrieves a single contact owned by the authenticated user. 404 if it doesn't exist or isn't owned by the caller.

## Path parameters

- `id` string, uuid, required

## Response `200`

Contact retrieved

- object
  - `data` PublicContact, required
    - `id` string, uuid, required
    - `name` string, required
    - `phoneNumber` string, required
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

## Changes

- **2026-08-13** `02da4f9ce3fd` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/droidrun/apis/droidrun-cloud/changes/numbers/contacts/:id/get.md)

---

[API](https://skmtc.dev/droidrun/apis/droidrun-cloud.md) · [All operations](https://skmtc.dev/droidrun/apis/droidrun-cloud/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/droidrun/droidrun-cloud/revisions/02da4f9ce3fd/schema)
