---
title: "Finish job"
method: PATCH
path: "/api/workflow/jobs/{id}/finish"
tags: ["Finish"]
---

# Finish job

`PATCH /api/workflow/jobs/{id}/finish`

Requires the JOBAPPROVE security role.

## Path parameters

- `id` string, required

## Request body

- object
  - `status` string
  - `job_id` string

## Response `200`

Ok: Job finished successfully

- object
  - `status` string
  - `job_id` string

## Other responses

- `403` — Forbidden: The user does not have the required permissions for this operation.
- `409` — Conflict: The job is not open (has been finished), the activeStage.status is Approved. Or the job is not on the last stage.

---

[API](https://skmtc.net/bynder/apis/oauth-2-0.md) · [All operations](https://skmtc.net/bynder/apis/oauth-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bynder/oauth-2-0/revisions/bb9efc864ce1/schema)
