---
title: "Re-run import job"
method: POST
path: "/imports/{id}/rerun"
tags: ["imports"]
---

# Re-run import job

`POST /imports/{id}/rerun`

Re-runs processing for ALL documents in an import job using the original configuration

## Path parameters

- `id` string, required

## Response `200`

OK

- ModelsImportJobRerunResponse
  - `documents_rerun` integer
  - `import_id` string
  - `message` string
  - `replace_existing` boolean

## 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)
