---
title: "Bulk job status"
method: GET
path: "/v1/bulkJobs/{jobId}"
tags: ["Digital Asset Management (DAM)", "Managing folders"]
---

# Bulk job status

`GET /v1/bulkJobs/{jobId}`

This API returns the status of a bulk job like copy and move folder operations.

## Path parameters

- `jobId` string, required

## Response `200`

On success, you will receive the status of the bulk job in the response body.

- object
  - `jobId` string — Unique identifier of the bulk job.
  - `type` 'COPY_FOLDER' | 'MOVE_FOLDER' | 'RENAME_FOLDER' — Type of the bulk job.
  - `status` 'Pending' | 'Completed' — Status of the bulk job.
  - `purgeRequestId` string — Unique identifier of the purge request. This will be present only if `purgeCache` is set to `true` in the rename folder API request.

## Other responses

- `207` — Partial success – the folder was renamed, but purge cache failed for nested files. It is only returned when `purgeCache` is set `true` in the rename folder API request.
- `401` — Unauthorized request.
- `403` — Forbidden.
- `404` — Job not found
- `429` — The request exceeded the rate limit. Contains headers indicating the limits and a message detailing the error.

---

[API](https://skmtc.dev/imagekit-developer/apis/imagekit-api.md) · [All operations](https://skmtc.dev/imagekit-developer/apis/imagekit-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/imagekit-developer/imagekit-api/revisions/bb3e9ff84b3e/schema)
