---
title: "Set a job status"
method: PUT
path: "/jobs/{jobId}/status"
tags: ["Job API:Jobs"]
---

# Set a job status

`PUT /jobs/{jobId}/status`

Change the job status and add an optional note

## Path parameters

- `jobId` integer, required

## Request body

- SetJobOrderStatusCommand
  - `statusId` integer, required — Status Id
  - `note` SubmitStatusNoteModel — Optional note
    - `type` string, nullable — Optional note type
    - `text` string, nullable — Note content

## Response `200`

Job status was successfully updated

## Other responses

- `202` — Job status already assigned
- `404` — Job was not found
- `422` — Validation error

---

[API](https://skmtc.net/jobadder/apis/jobadder-api.md) · [All operations](https://skmtc.net/jobadder/apis/jobadder-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jobadder/jobadder-api/revisions/9f43f6a6ee6e/schema)
