---
title: "Get email bomb"
method: GET
path: "/v0/messages/bombs/{id}"
tags: ["Email Bombs"]
---

# Get email bomb

`GET /v0/messages/bombs/{id}`

Get email bomb

## Path parameters

- `id` string, required — ID of the email bomb

## Response `200`

OK

- HandlersV0GetEmailBombResponse
  - `active` boolean — Whether the email bomb is currently active (based on last_message_added_at)
  - `created_at` string, date-time — Time when the email bomb was first detected
  - `end_time` string, date-time — End time of the email bomb, when the last message was received
  - `id` string, uuid — ID of the email bomb
  - `last_message_added_at` string, date-time — Time when the last message was added to the email bomb
  - `mailbox` HandlerTypesMailbox — Mailbox that the email bomb was found in
    - `email` string, required — Mailbox email address
    - `external_id` string, nullable — ID of the mailbox in the source system (e.g., Office 365 or Google Workspace)
    - `id` string, uuid, required — Mailbox ID
  - `message_count` integer — Total number of messages in the email bomb
  - `reviewed_at` string, date-time, nullable — Time when this email bomb was reviewed
  - `reviewed_by_user_id` string, uuid, nullable — ID of the user who dismissed this email bomb
  - `start_time` string, date-time — Start time of the email bomb, when the first message was received
  - `updated_at` string, date-time — Time when the email bomb was last updated

---

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