---
title: "List communications"
method: GET
path: "/communications"
---

# List communications

`GET /communications`

## Query parameters

- `company` string
- `start_date` string, date
- `end_date` string, date
- `type` string
- `recipient` string
- `recipient_type` string

## Response `200`

200

- object
  - `next` unknown
  - `previous` unknown
  - `results` 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)
