---
title: "Get Contact Entry"
method: GET
path: "/v1/contact-entries/{contact_entry_id}"
tags: ["contacts"]
---

# Get Contact Entry

`GET /v1/contact-entries/{contact_entry_id}`

Fetch a single contact-list entry.

Requires the `contact_lists:read` scope on the API key.

## Path parameters

- `contact_entry_id` string, uuid, required

## Response `200`

Successful Response

- ContactEntryOutput
  - `id` string, uuid, required — Unique identifier.
  - `contact_list_id` string, uuid, required — ID of the list this entry belongs to.
  - `contact_id` string, uuid, nullable, required — ID of the contact this entry resolved to, once matched.
  - `external_contact_id` string, nullable, required — External CRM contact identifier when supplied at import.
  - `first_name` string, nullable, required — First name.
  - `last_name` string, nullable, required — Last name.
  - `email` string, nullable, required — Email.
  - `linkedin_url` string, nullable, required — LinkedIn URL.
  - `company_name` string, nullable, required — Employer name.
  - `company_domain` string, nullable, required — Employer domain.
  - `job_title` string, nullable, required — Job title.
  - `phone` string, nullable, required — Phone number.
  - `description` string, nullable, required — Free-form notes.
  - `location` string, nullable, required — Person's location.
  - `created_at` string, date-time, required — When the entry was created.
  - `updated_at` string, date-time, required — When the entry last changed.

---

[API](https://skmtc.net/topo/apis/topo-public-api.md) · [All operations](https://skmtc.net/topo/apis/topo-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/topo/topo-public-api/revisions/2f1c56db78f8/schema)
