---
title: "GET /idr/{graphId}/reprocess-status/{requestId}"
method: GET
path: "/idr/{graphId}/reprocess-status/{requestId}"
---

# GET /idr/{graphId}/reprocess-status/{requestId}

`GET /idr/{graphId}/reprocess-status/{requestId}`

Get the status of a reprocessing request

## Path parameters

- `graphId` string, required
- `requestId` string, required

## Response `200`

The status of the reprocessing request.

- IdrReprocessStatusOutput
  - `status` 'queueing' | 'queued' | 'reprocessed' | 'failed' | 'cancelled', required — "queueing": The identifiers are being queued for reprocessing. "queued": The identifiers have been queued and added to the blocklist. Their associated clusters will be reprocessed next time the graph runs. "reprocessed": The identifiers' clusters have been reprocessed during a run. "failed": We failed to queue the identifiers for reprocessing. "cancelled": The reprocessing request has been cancelled.
  - `queuedAt` string, date-time, nullable, required — Set if the status is "queued" or "reprocessed". The timestamp when the identifiers were queued for reprocessing.
  - `reprocessedAt` string, date-time, nullable, required — Set if the status is "reprocessed". The timestamp when the identifiers' clusters were reprocessed.
  - `reprocessedRunId` string, nullable, required — Set if the status is "reprocessed". The ID of the run that reprocessed the identifiers' clusters.
  - `recordFound` boolean[], nullable, required — One result per identifier, in the order they were submitted. True if the identifier was found in the graph at the start of the run that processed the request. Null until the request is processed, and on requests submitted before this field existed on the API.
  - `error` string, nullable, required — If available, the error message from failing to queue the identifiers for reprocessing.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Validation Failed

---

[API](https://skmtc.dev/hightouch/apis/hightouch-api.md) · [All operations](https://skmtc.dev/hightouch/apis/hightouch-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hightouch/hightouch-api/revisions/df0445818486/schema)
