---
title: "Get Pending Jobs"
method: GET
path: "/v1/hunting/jobs/pending"
tags: ["Threat Hunting"]
---

# Get Pending Jobs

`GET /v1/hunting/jobs/pending`

Poll for threat hunt jobs awaiting execution by an integration.

## Query parameters

- `integration` string

## Response `200`

List of pending threat hunt jobs

- object
  - `items` object[], required
    - `id` string, uuid, required — Threat Hunt Job ID
    - `profile` string, uuid, required — Identity of an automation profile
    - `status` 'ready' | 'started' | 'completed' | 'abandoned' | 'failed', required
    - `timeRange` object, required — Time range of the threat hunt job
      - `start` string, date-time, required
      - `end` string, date-time, required

---

[API](https://skmtc.net/recordedfuture/apis/alert-api.md) · [All operations](https://skmtc.net/recordedfuture/apis/alert-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/recordedfuture/alert-api/revisions/c8c2f68d8b60/schema)
