imports

Retrigger import documents

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

post/imports/{id}/retrigger

Path parameters

idstring required

Import job ID (UUID)

Request body

document_idsstring[]

Optional: specific documents to retrigger

forceboolean

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

OK

documents_retriggeredinteger
import_idstring
messagestring

Changes

No recorded changes to this endpoint across all 7 revisions of this API.