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

# Get contact

`GET /contacts/{contactId}`

Gets the specified contact.

## Query parameters

- `include` 'profileImage'

## Response `200`

Returns Contact object

- Contact
  - `id` string — Contact ID.
  - `name` string — Contact's full name.
  - `email` string, email — Contact's email address.

## Other responses

- `default` — Generic Error Payload

---

[API](https://skmtc.net/smartsheet/apis/smartsheet-openapi-reference.md) · [All operations](https://skmtc.net/smartsheet/apis/smartsheet-openapi-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartsheet/smartsheet-openapi-reference/versions/b4afda95fb51/schema)
