---
title: "Reprocess a single ISO application"
method: POST
path: "/api/iso_applications/reprocess/{heron_id}"
tags: ["ISOApplication"]
---

# Reprocess a single ISO application

`POST /api/iso_applications/reprocess/{heron_id}`

Use this endpoint to trigger reprocessing of a specific ISO application. This will re-run the parsing and validation process for the specified application.

## Path parameters

- `heron_id` string, required

## Response `200`

OK

- object
  - `failed` string[] — List of heron_ids that failed to reprocess
  - `succeeded` string[] — List of heron_ids that were successfully queued for reprocessing

---

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