---
title: "Retry a failed ingestion job"
method: POST
path: "/v1/knowledge-base/ingestion-jobs/{job_id}/retry"
tags: ["knowledge-base"]
---

# Retry a failed ingestion job

`POST /v1/knowledge-base/ingestion-jobs/{job_id}/retry`

Retry a failed or partially-failed ingestion job.

For segmented jobs, re-dispatches only the segments that failed.
For non-segmented (single-pass) jobs, resets the job and version
state and re-dispatches ``prepare_document``.

Returns 202 with the job ID; poll ``GET /ingestion-jobs/{job_id}``
for progress.

## Path parameters

- `job_id` string, uuid, required

## Response `202`

Successful Response

- unknown

## Other responses

- `400` — Bad request
- `401` — Authentication required
- `404` — Resource not found
- `422` — Validation Error

---

[API](https://skmtc.net/oneloop-hq/apis/feather-api.md) · [All operations](https://skmtc.net/oneloop-hq/apis/feather-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oneloop-hq/feather-api/revisions/888bdd5c076e/schema)
