---
title: "List email bombs"
method: GET
path: "/v0/messages/bombs"
tags: ["Email Bombs"]
---

# List email bombs

`GET /v0/messages/bombs`

List email bombs

## Query parameters

- `active` boolean, nullable — Filter by active status. true = only active, false = only inactive, null = all
- `dismissed` boolean, nullable — Filter by dismissed status. true = only dismissed, false = only not dismissed, null = all
- `limit` integer, nullable — The maximum number of email bombs to return
- `offset` integer, nullable — The (zero-based) offset of the email bombs to return

## Response `200`

OK

- HandlersV0ListEmailBombsResponse
  - `count` integer, required — Count of email bombs for this page
  - `email_bombs` HandlersV0EmailBombDetail[] — List of email bombs
    - `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
  - `total` integer, required — Total number of email bombs

---

[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)
