Skip to main content
GET
Get Flink Job

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

job_id
string
required

Response

Successful Response

Extended response with live Flink REST data.

_id
string
required
name
string
required
job_type
enum<string>
required
Available options:
pyflink,
jar
status
enum<string>
required
Available options:
CREATED,
DEPLOYING,
RUNNING,
FAILED,
CANCELLED,
FINISHED
parallelism
integer
default:1
created_by
string | null
created_timestamp
string<date-time> | null
updated_timestamp
string<date-time> | null
live_status
string | null

Live status from Flink REST API

checkpoints
Checkpoints · object | null
errors
Errors · object[] | null
job_args
Job Args · object | null
savepoint_path
string | null
error_message
string | null