curl --request GET \
--url https://api.streamkap.com/flink_jobs/{job_id}/status \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"status": "CREATED",
"live_status": "<string>",
"flink_job_id": "<string>"
}Get lightweight status for a Flink job (DB + live Flink state only).
curl --request GET \
--url https://api.streamkap.com/flink_jobs/{job_id}/status \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"status": "CREATED",
"live_status": "<string>",
"flink_job_id": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.streamkap.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Was this page helpful?