Skip to main content
GET
/
api
/
v1
/
workers
/
{runner_name}
Get Workers For Runner
curl --request GET \
  --url https://control-plane.kubiya.ai/api/v1/workers/{runner_name}
{
  "task_queue": "<string>",
  "organization_id": "<string>",
  "runner_name": "<string>",
  "workers": [
    {
      "identity": "<string>",
      "last_access_time": "<string>",
      "rate_per_second": 123
    }
  ],
  "worker_count": 123,
  "approximate_backlog_count": 123
}

Path Parameters

runner_name
string
required

Response

Successful Response

Task queue with worker information

task_queue
string
required
organization_id
string
required
runner_name
string
required
workers
WorkerInfo · object[]
required
worker_count
integer
required
approximate_backlog_count
integer | null
required