---
title: "Update Export Job Items"
method: PUT
path: "/v2/export-jobs/{jobId}/items"
tags: ["Export API (v2)"]
---

# Update Export Job Items

`PUT /v2/export-jobs/{jobId}/items`

Update the status and other attributes of the export job items in batches of 100. This API only supports updating up to 100 items.

## Path parameters

- `jobId` string, uuid, required — Export Job ID

## Response `200`

Export job items updated successfully.

## Other responses

- `404` — Export job not found.
- `413` — Number of items to update is more than 100.
- `422` — Export job is finished.

---

[API](https://skmtc.net/pleo/apis/gjoll-api.md) · [All operations](https://skmtc.net/pleo/apis/gjoll-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pleo/gjoll-api/versions/c70cd21dc330/schema)
