curl --request GET \
--url https://control-plane.kubiya.ai/api/v1/worker-queues/{queue_id}/worker-command \
--header 'Authorization: Bearer <token>'{
"queue_id": "<string>",
"command": "<string>",
"command_parts": {},
"can_register": true,
"queue_status": "<string>",
"active_workers": 123,
"max_workers": 123
}Get the worker registration command for a specific worker queue.
Returns the kubiya worker start command with the queue ID that users should run to start a worker for this specific queue.
curl --request GET \
--url https://control-plane.kubiya.ai/api/v1/worker-queues/{queue_id}/worker-command \
--header 'Authorization: Bearer <token>'{
"queue_id": "<string>",
"command": "<string>",
"command_parts": {},
"can_register": true,
"queue_status": "<string>",
"active_workers": 123,
"max_workers": 123
}Enter your Kubiya API token (format: Bearer
Was this page helpful?