---
title: "Get task status"
method: GET
path: "/task/{id}"
tags: ["task"]
---

# Get task status

`GET /task/{id}`

Poll the processing status of a PFI bulk data task to determine when results are ready.

## Path parameters

- `id` string, required

## Response `200`

OK

- QueueResponseStatus — Current status of a queue item.
  - `completedAt` string
  - `duration` integer
  - `error` string
  - `events` integer
  - `filename` string
  - `startedAt` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `429` — Too Many Requests

---

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