---
title: "Re-queue a reviewed raw-data record for ingestion"
method: POST
path: "/raw_data/{raw_data_id}/retry"
tags: ["Raw Data"]
---

# Re-queue a reviewed raw-data record for ingestion

`POST /raw_data/{raw_data_id}/retry`

Return the record to the pending pool so the next scan picks it up.

Requires every ``needs_input`` finding to have a decision first.

## Path parameters

- `raw_data_id` string, required

## Response `202`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/ionworks/apis/fastapi.md) · [All operations](https://skmtc.dev/ionworks/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ionworks/fastapi/revisions/7337a3cbdaf2/schema)
