curl --request GET \
--url https://control-plane.kubiya.ai/api/v1/runners \
--header 'Authorization: Bearer <token>'{
"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.
curl --request GET \
--url https://control-plane.kubiya.ai/api/v1/runners \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Was this page helpful?