Apache Flink · Capability
Apache Flink Job Management
Unified capability for managing and monitoring Apache Flink streaming and batch jobs — submitting, tracking, monitoring metrics, and managing the cluster. Designed for data engineers and platform operators.
What You Can Do
GET
List jobs
— List all Flink jobs
/v1/jobs
GET
Get job
— Get details of a specific job
/v1/jobs
GET
List taskmanagers
— List all TaskManagers
/v1/taskmanagers
GET
Get job metrics
— Get metrics for a Flink job
/v1/jobs/{jobid}/metrics
MCP Tools
list-flink-jobs
List all Flink streaming and batch jobs
read-only
get-flink-job
Get detailed status and information for a specific Flink job
read-only
list-taskmanagers
List all TaskManagers in the Flink cluster
read-only
get-job-metrics
Get performance metrics for a Flink job
read-only
shutdown-cluster
Shut down the Flink cluster
idempotent
APIs Used
flink-rest