---
title: "Update Scan Job Status"
method: PUT
path: "/v1/jobs/{jobId}/status"
tags: ["Custom Scan"]
---

# Update Scan Job Status

`PUT /v1/jobs/{jobId}/status`

Use this API to update the custom connecter scan job's status.

## Path parameters

- `jobId` integer, required

## Request body

- JobStatusRequest
  - `status` 'CREATED' | 'IN_PROGRESS' | 'COMPLETED' | 'FAILED' | 'CANCELLED' | 'PAUSED', required — Status to which the job should be updated.
  - `errorMessage` string — Error message that indicates the reason for using a status of FAILED.

## Response `200`

OK

## Other responses

- `429` — Too Many Requests. \nFor more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).

---

[API](https://skmtc.net/onetrust/apis/platform-access-management.md) · [All operations](https://skmtc.net/onetrust/apis/platform-access-management/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onetrust/platform-access-management/revisions/21de3aa0b170/schema)
