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

# Get config of a flink cluster

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

## Path parameters

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

## Response `200`

Get config of a flink cluster

- FlinkConfig
  - `flink-version` string
  - `flink-revision` string

## Other responses

- `404` — 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/config/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)
