---
title: "Get Jobs Status"
method: GET
path: "/transforms/{transforms_id}/job_status"
tags: ["Transforms"]
---

# Get Jobs Status

`GET /transforms/{transforms_id}/job_status`

## Path parameters

- `transforms_id` string, required

## Response `200`

Successful Response

- TransformJobStatusRes
  - `id` string, required
  - `job_name` string, required
  - `status` 'RUNNING' | 'INITIALIZING' | 'DEPLOYING' | 'CANCELLING' | 'CANCELED' | 'CREATED' | 'RESTARTING' | 'FAILING' | 'FAILED' | 'STOPPED' | 'UNKNOWN', required — Transform job status values. These values match the statuses returned by get_transform_status() in transforms/dynamic_utils.py. The status is computed from ClickHouse metrics that track each phase of transform execution.
  - `start_time` string, date-time, nullable

## Other responses

- `422` — Validation Error

---

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