---
title: "Rescreen Automation Run"
method: POST
path: "/developer/transcript-filing/runs/{automation_run_id}/rescreen"
tags: ["Developer", "Developer - Transcript Filing"]
---

# Rescreen Automation Run

`POST /developer/transcript-filing/runs/{automation_run_id}/rescreen`

Replay a screened-out or failed filing run through the full pipeline.

A wrong relevance verdict (or a screen parse failure, which fails
closed) must not be terminal: this resets the run and re-dispatches
file_transcript with force_dry_run so the replay proposes, never writes.
Tune the screening criteria first, then rescreen the false negatives.

## Path parameters

- `automation_run_id` string, uuid, required

## Response `200`

Successful Response

- TranscriptFilingBackfillResponse — Ack for a queued retroactive dry-run backfill.
  - `queued` boolean, required

## Other responses

- `422` — Validation Error

---

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