Skip to main content
GET
/
api
/
v1
/
runners
List Runners
curl --request GET \
  --url https://control-plane.kubiya.ai/api/v1/runners \
  --header 'Authorization: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Query Parameters

component
string | null

Filter runners by healthy component (e.g., 'workflow_engine', 'tool-manager'). If not specified, returns all runners with health data.

Response

Successful Response