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

# Get hunt job

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

Get a hunt job

## Path parameters

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

## Response `200`

OK

- HandlersGetV0HuntJobResponse
  - `error` string, nullable — Error message if the hunt job failed.
  - `id` string — ID of the hunt job.
  - `private` boolean — Restrict hunt job visibility to admins only.
  - `range_end_time` string, date-time, required — Exclusive end datetime of the hunt job, in UTC using the ISO 8601 format (e.g., '2021-03-14T15:09:26Z').
  - `range_start_time` string, date-time, required — Inclusive start datetime of the hunt job, in UTC using the ISO 8601 format (e.g., '2021-03-14T15:09:26Z').
  - `results_truncated` boolean — Whether the hunt job was truncated due to reaching the results limit.
  - `source` string — MQL source of the hunt job.
  - `status` 'IN_PROGRESS' | 'FAILED' | 'CANCELED' | 'COMPLETED' — Status of the hunt job.

---

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