---
title: "Increase an instance processed counter"
method: PUT
path: "/jobs/{id}/processed/{instance_id}"
tags: ["Import API"]
---

# Increase an instance processed counter

`PUT /jobs/{id}/processed/{instance_id}`

Increase the processed counter for the provided instance in the provided job. Calls to this endpoint are concurrency safe.

## Path parameters

- `id` string, required
- `instance_id` string, required

## Response `200`

The job instance counter was successfully increased

- ProcessedInstance[] — A list of all instances processed counters corresponding to an import job
  - `id` string — The instance unique identifier
  - `required_count` unknown
  - `processed_count` unknown

## Other responses

- `400` — The provided instance_id is not part of the import job
- `404` — JobId does not match any import jobs
- `500` — Failed to process the request due to an internal error

---

[API](https://skmtc.net/office-of-national-statistics/apis/import-api.md) · [All operations](https://skmtc.net/office-of-national-statistics/apis/import-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/office-of-national-statistics/import-api/revisions/8b1b6af71c8b/schema)
