---
title: "Get a single message group"
method: GET
path: "/v0/message-groups/{id}"
tags: ["Message Groups"]
---

# Get a single message group

`GET /v0/message-groups/{id}`

Retrieve the details of a single message group.

## Path parameters

- `id` string, required — Canonical ID of the message group to retrieve

## Query parameters

- `sort_previews_message_id__is` string[] — Sort previews with these message IDs at the top

## Response `200`

OK

- HandlerTypesMessageGroupV0
  - `classification` string, nullable — Classification of the message group
  - `flagged_rules` HandlerTypesFlaggedRuleV0[] — Flagged rules from the message
    - `id` string — ID of the flagged rule
    - `name` string — Name of the flagged rule
    - `tags` string[] — List of tags for the flagged rule
  - `id` string, required — Canonical ID of the group
  - `message_links_clicked` HandlerTypesMessageGroupEventLinksClickedV0[] — Message link clicked events
    - `clicks` HandlerTypesMessageGroupEventLinkClick[] — Click events for the URL
      - `clicked_at` string, date-time — The time that the link was clicked
      - `client_ip` string — The originating client IP for the click
      - `mailbox_display_name` string, nullable — Display name of mailbox that performed the action
      - `mailbox_email_address` string, nullable — Mailbox email address that performed the action
      - `mailbox_external_id` string, nullable — External ID of the mailbox that performed the action
      - `message_id` string — ID of the Sublime message for which the action occurred
      - `user_agent` string — The originating user-agent for the click
    - `url` string — URL that was clicked
  - `messages` HandlerTypesMessagePreviewV0[] — Message previews
    - `created_at` string, date-time — Time this message was added to Sublime
    - `delivered` boolean — Whether or not the message has been delivered
    - `forward_recipients` string[] — Email addresses this message was forwarded to by the recipient mailbox
    - `forwarded_at` string, date-time, nullable — Time this message was forwarded by the recipient mailbox. A null value indicates that it has not yet been forwarded
    - `id` string, required — Sublime message ID
    - `mailbox` HandlerTypesMailbox, required — 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
    - `read_at` string, date-time, nullable — Time this message was read in the user's mailbox. A null value indicates that it has not yet been marked read
    - `recipients` HandlerTypesRecipient[], required — Details of the message recipients
      - `email` string, required — Email address
    - `replied_at` string, date-time, nullable — Time that this message was replied to by the recipient mailbox. A null value indicates that it has not yet been replied to by the recipient
    - `sender` HandlerTypesSender, required — Details of the message sender
      - `display_name` string — Display name
      - `email` string, required — Email address
    - `subject` string, required — Subject of the message
  - `organization_id` string — ID of the group's organization
  - `review_comment` string, nullable — Comment describing reason for action
  - `review_label` string, nullable — Message group label
  - `review_status` string, nullable — Message group status
  - `state` string, nullable — Message group state
  - `user_reports` HandlerTypesMessageReportV0[] — User reports of the message
    - `channel` string — Channel used to report the group
    - `reported_at` string, date-time — Time the group was reported
    - `reported_by_message_id` string, nullable — ID of the reporting message (the user forward)
    - `reporter` string — Email address of the user who reported the group

---

[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/revisions/d5df82850357/schema)
