---
title: "Get list of flink jobs in a flink cluster"
method: GET
path: "/flink/{service}/{instance}/jobs"
tags: ["service"]
---

# Get list of flink jobs in a flink cluster

`GET /flink/{service}/{instance}/jobs`

## Path parameters

- `service` string, required
- `instance` string, required

## Response `200`

Get list of flink jobs in a flink cluster

- FlinkJobs
  - `jobs` FlinkJob[] — Flink jobs
    - `id` string — ID of the flink job
    - `status` 'INITIALIZING' | 'CREATED' | 'RUNNING' | 'FAILING' | 'FAILED' | 'CANCELLING' | 'CANCELED' | 'FINISHED' | 'RESTARTING' | 'SUSPENDED' | 'RECONCILING'

## Other responses

- `400` — Flink cluster not found
- `500` — Instance failure
- `599` — Temporary issue fetching instance

## Changes

- **2022-08-15** `28a03a5ed7c6` — 1 info
  - endpoint added
- **2022-08-08** `67beb213469e` — 1 breaking
  - api path removed without deprecation
- **2022-08-02** `28a03a5ed7c6` — 1 info
  - endpoint added
- **2022-07-28** `67beb213469e` — 1 breaking
  - api path removed without deprecation
- **2022-07-28** `28a03a5ed7c6` — 1 info
  - endpoint added

[Full history](https://skmtc.dev/yelp/apis/paasta-api/changes/flink/:service/:instance/jobs/get.md)

---

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