---
title: "Get Flink Job"
method: GET
path: "/flink_jobs/{job_id}"
tags: ["Flink Jobs"]
---

# Get Flink Job

`GET /flink_jobs/{job_id}`

Get a Flink job with live status from Flink REST.

## Path parameters

- `job_id` string, required

## Response `200`

Successful Response

- AppModelsApiFlinkJobsApiModelsFlinkJobDetailResponse — Extended response with live Flink REST data.
  - `_id` string, required
  - `name` string, required
  - `job_type` 'pyflink' | 'jar', required
  - `status` 'CREATED' | 'DEPLOYING' | 'RUNNING' | 'CANCELLING' | 'CANCELLED' | 'FAILED' | 'FINISHED', required
  - `flink_job_name` string, required
  - `flink_job_id` string, nullable
  - `parallelism` integer
  - `created_by` string, nullable
  - `created_timestamp` string, date-time, nullable
  - `updated_timestamp` string, date-time, nullable
  - `live_status` string, nullable — Live status from Flink REST API
  - `checkpoints` object, nullable
  - `errors` object[], nullable
  - `job_args` object, nullable
  - `savepoint_path` string, nullable
  - `error_message` string, 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/revisions/e9ce8221bac6/schema)
