Skip to main content
GET
/
api
/
v1
/
workers
List Workers
curl --request GET \
  --url https://control-plane.kubiya.ai/api/v1/workers
[
  {
    "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
  }
]

Response

200 - application/json

Successful Response

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