---
title: "Get a communication"
method: GET
path: "/communications/{communication}"
---

# Get a communication

`GET /communications/{communication}`

## Path parameters

- `communication` string, required

## Response `200`

200

- object
  - `id` string
  - `company` string
  - `recipient_type` string
  - `recipient` string
  - `type` string
  - `originator` string
  - `email` object
    - `to` string[]
    - `from` string
    - `cc` string[]
    - `subject` string
    - `noreply` boolean
  - `notification` object
    - `id` unknown
    - `topic` unknown
  - `created_at` string

## Other responses

- `400` — 400

---

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