Skip to main content
GET
/
api
/
v1
/
task-queues
/
{queue_id}
/
worker-command
Get Worker Registration Command
curl --request GET \
  --url https://control-plane.kubiya.ai/api/v1/task-queues/{queue_id}/worker-command
{
  "worker_token": "<string>",
  "task_queue_name": "<string>",
  "command": "<string>",
  "command_parts": {},
  "namespace_status": "<string>",
  "can_register": true,
  "provisioning_workflow_id": "<string>"
}

Path Parameters

queue_id
string
required

Response

Successful Response

Response with worker registration command

worker_token
string
required
task_queue_name
string
required
command
string
required
command_parts
object
required
namespace_status
string
required
can_register
boolean
required
provisioning_workflow_id
string | null