---
title: "Retries doc processing jobs for SourceDocuments in the given Project and document type"
method: POST
path: "/docprocessing/project/{proj_id}/retry"
tags: ["docprocessing"]
---

# Retries doc processing jobs for SourceDocuments in the given Project and document type

`POST /docprocessing/project/{proj_id}/retry`

## Path parameters

- `proj_id` integer, required

## Query parameters

- `doctype` 'text' | 'image' | 'video' | 'audio', required

## Request body

- integer[]

## Response `200`

Successful Response

- string

## Other responses

- `422` — Validation Error

## Changes

- **2026-07-15** `1af5a8046f20` — 2 info
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status
- **2025-11-24** `1c3612fc9873` — 3 breaking
  - the response's body type/format changed from `object`/`` to `string`/`` for status `200`
  - removed the required property `data` from the response with the `200` status
  - removed the required property `total_results` from the response with the `200` status
- **2025-11-21** `e649e107cfde` — 1 info
  - endpoint added
- **2025-08-22** `53e769440a25` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/uhh-lt/apis/discourse-analysis-tool-suite-api/changes/docprocessing/project/:proj_id/retry/post.md)

---

[API](https://skmtc.dev/uhh-lt/apis/discourse-analysis-tool-suite-api.md) · [All operations](https://skmtc.dev/uhh-lt/apis/discourse-analysis-tool-suite-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/uhh-lt/discourse-analysis-tool-suite-api/revisions/a84d27ef7a0d/schema)
