---
title: "Retrigger import documents"
method: POST
path: "/imports/{id}/retrigger"
tags: ["imports"]
---

# Retrigger import documents

`POST /imports/{id}/retrigger`

Retriggers processing for failed or stuck pending documents in an import job

## Path parameters

- `id` string, required

## Request body

- ModelsImportJobRetriggerRequest
  - `document_ids` string[] — Optional: specific documents to retrigger
  - `force` boolean — Force also retriggers documents in terminal success states (spec_matched). Only honored together with an explicit DocumentIDs list — a forced full-import rerun must stay impossible from this endpoint.

## Response `200`

OK

- ModelsImportJobRetriggerResponse
  - `documents_retriggered` integer
  - `import_id` string
  - `message` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

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