---
title: "Retrieve a mailing"
method: GET
path: "/mailings/{id}"
tags: ["Mailings"]
---

# Retrieve a mailing

`GET /mailings/{id}`

Retrieve a specific mailing based on its ID.

## Path parameters

- `id` integer, required

## Response `200`

The mailing representation

- MailingDetail
  - `id` integer
  - `subject` string
  - `language` string
  - `startedOn` string, nullable
  - `scheduledOn` string, nullable
  - `replyTo` string
  - `bodyHtml` string
  - `bodyText` string
  - `recipientsCount` integer
  - `emailsSent` integer
  - `emailsDelivered` integer
  - `emailsStopped` integer
  - `views` integer
  - `clicks` integer
  - `sentToFriend` integer
  - `incorrectAddresses` integer
  - `technicalProblems` integer
  - `deliveryRate` number
  - `clickRate` number
  - `viewRate` number
  - `status` string
  - `mailFrom` string
  - `fromName` string
  - `mailingStatistics` string
  - `links` object[]
    - `id` integer
    - `url` string
    - `clicksUnique` integer
    - `clicksTotal` integer
  - `recipientGroups` object[]
    - `id` integer
    - `title` string
  - `viewOnlineURL` string

## Other responses

- `401` — Unauthorized
- `404` — Mailing not found

---

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