cURL
curl --request GET \ --url https://control-plane.kubiya.ai/api/v1/runners \ --header 'Authorization: <api-key>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
List available runners for the organization. Fetches health data for each runner and optionally filters by component health.
Query Parameters:
Returns only runners with the specified healthy component, or all runners if no filter specified.
Filter runners by healthy component (e.g., 'workflow_engine', 'tool-manager'). If not specified, returns all runners with health data.
Successful Response
Was this page helpful?