/
ST
streamkap
/
Streamkap REST API
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v1
OpenAPI 3.1.0
Proprietary
2026-07-13
197
242
444.9 KB
Flink Jobs
List Flink Jobs
List all Flink jobs for the current tenant/service.
get
/flink_jobs/
Response
Successful Response
FlinkJobResponse[]
required
_id
string
required
name
string
required
job_type
'pyflink'
|
'jar'
required
status
'CREATED'
|
'DEPLOYING'
|
'RUNNING'
|
'FAILED'
|
'CANCELLED'
|
'FINISHED'
required
flink_job_name
string
required
flink_job_id
string
nullable
parallelism
integer
created_by
string
nullable
created_timestamp
string
date-time
nullable
updated_timestamp
string
date-time
nullable