---
title: "List Flink Jobs"
method: GET
path: "/flink_jobs/"
tags: ["Flink Jobs"]
---

# List Flink Jobs

`GET /flink_jobs/`

List all Flink jobs for the current tenant/service.

## Response `200`

Successful Response

- AppModelsApiFlinkJobsApiModelsFlinkJobResponse[]
  - `_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

## Changes

- **2026-08-04** `2a3df099f4a9` — 1 warning
  - added the new `CANCELLING` enum value to the `items/status` response property for the response status `200`

[Change history](https://skmtc.dev/streamkap/apis/streamkap-rest-api/changes/flink_jobs/get.md)

---

[API](https://skmtc.dev/streamkap/apis/streamkap-rest-api.md) · [All operations](https://skmtc.dev/streamkap/apis/streamkap-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/streamkap/streamkap-rest-api/revisions/e9ce8221bac6/schema)
