---
title: "Show Email Notification"
method: GET
path: "/api/v2/email_notifications/{notification_id}"
tags: ["Email Notifications"]
---

# Show Email Notification

`GET /api/v2/email_notifications/{notification_id}`

Shows details on an email notification. You can get the value of the `notification_id` parameter by listing the ticket's outbound emails.

#### Allowed For

* Agents

## Response `200`

Success response

- EmailNotificationResponse
  - `email_notification` EmailNotificationObject
    - `comment_id` integer — The comment ID associated to this email notification
    - `created_at` string, date-time — When this email notification was created
    - `email_id` string — The email ID of this email notification
    - `message_id` string — The value of the Message-Id header of the email
    - `notification_id` integer — The notification id of this email notification
    - `recipients` RecipientObject[] — The list of recipients associated to this email notification
      - `delivery_status` object — Details about the delivery status
        - `code` string — The delivery status code (SMTP code and DSN code)
        - `id` integer — The delivery status id
        - `message` string — The delivery status description
        - `name` string — The delivery status type (key)
      - `email_address` string — The recipient's email address
      - `user_id` integer — The recipient's user id
    - `ticket_id` integer — The ticket ID associated to this email notification
    - `updated_at` string, date-time — When this email notification was last updated
    - `url` string — The API url of this email notification

---

[API](https://skmtc.dev/botbrains-io/apis/support-api.md) · [All operations](https://skmtc.dev/botbrains-io/apis/support-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/botbrains-io/support-api/revisions/d53eac07ba68/schema)
