---
title: "Get job status"
method: GET
path: "/jobs/{job_id}/status"
tags: ["Jobs"]
---

# Get job status

`GET /jobs/{job_id}/status`

Check on the status of the asynchronous job used to initiate the start/stop/transfer of utility service

## Path parameters

- `job_id` string, required

## Headers

- `Pelm-Client-Id` string, required
- `Pelm-Secret` string, required

## Response `200`

Successful operation

- object
  - `status` string
  - `message` string
  - `error_code` string

## Other responses

- `400` — Client error

---

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