v49

Swagger 2.0raw.githubusercontent.com2026-03-230098.6 KB
service

Get details of a flink job in a flink cluster

get/flink/{service}/{instance}/jobs/{job_id}

Path parameters

servicestring required

Service name

instancestring required

Instance name

job_idstring required

Job id

Response

Get details of a flink job in a flink cluster

jidstring

ID of the flink job

namestring

name of the flink job

state'INITIALIZING' | 'CREATED' | 'RUNNING' | 'FAILING' | 'FAILED' | 'CANCELLING' | 'CANCELED' | 'FINISHED' | 'RESTARTING' | 'SUSPENDED' | 'RECONCILING'

state of the flink job

start-timenumber float

timestamp of job start time

timestampsobject

timestamps of job state transitions in epoch milliseconds