---
title: "Retry Fields Stream"
method: POST
path: "/api/pdf/retry-fields-stream"
tags: ["PDF Form Processing"]
---

# Retry Fields Stream

`POST /api/pdf/retry-fields-stream`

Retry specific fields with enhanced context about what went wrong.
Streams results via SSE as each field is re-evaluated.

## Request body

- RetryFieldsRequest — Request model for retrying specific fields
  - `fields_to_retry` RetryFieldInfo[], required
    - `pdf_field` string, required
    - `display_name` string, required
    - `field_type` string
    - `description` string
    - `current_value` string, nullable
    - `issue` string
  - `documents` PdfRoutesDocumentData[], required
    - `id` string, required
    - `name` string, required
    - `extracted_data` object, nullable
  - `all_mappings` object[], nullable
  - `source_template_id` string, nullable
  - `filled_data` object, nullable
  - `description` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/qomplement/apis/fastapi.md) · [All operations](https://skmtc.net/qomplement/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qomplement/fastapi/versions/718de1c0d866/schema)
