---
title: "Get hunt job results"
method: GET
path: "/v0/hunt-jobs/{id}/results"
tags: ["Hunt Jobs"]
---

# Get hunt job results

`GET /v0/hunt-jobs/{id}/results`

Get hunt job detailed results. Provides message group details and summaries

## Path parameters

- `id` string, required — ID of the hunt job.

## Query parameters

- `limit` integer, nullable — The maximum number of results to return.
- `offset` integer, nullable — The (zero-based) offset of the first hunt job results to return.

## Response `200`

OK

- HandlersGetV0HuntJobResultsResponse
  - `message_groups` HandlerTypesMessageGroupV0[] — Array of messages groups returned by the hunt
    - `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
  - `total_group_count` integer — Total count of message groups returned by the hunt

---

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