curl --request GET \
--url https://control-plane.kubiya.ai/api/v1/runners/{runner_name}/health \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Get health status for a specific runner.
Proxies to Kubiya API /api/v3/runners//health Checks workflow_engine component health specifically.
curl --request GET \
--url https://control-plane.kubiya.ai/api/v1/runners/{runner_name}/health \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Was this page helpful?