Skip to main content
GET
Get Agent Cluster

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Successful Response

Cluster-level Flink info powering the agentic dashboard header.

available
boolean
default:true

False when the tenant's Flink cluster is not provisioned or unreachable; other fields are zeroed.

taskmanagers
integer
default:0

Registered TaskManagers

slotsTotal
integer
default:0

Total task slots across all TaskManagers

slotsAvailable
integer
default:0

Idle task slots available for new deployments

Flink runtime version