cURL
curl --request GET \ --url https://control-plane.kubiya.ai/api/v1/worker-queues/{queue_id}
{ "id": "<string>", "organization_id": "<string>", "environment_id": "<string>", "name": "<string>", "display_name": "<string>", "description": "<string>", "status": "<string>", "max_workers": 123, "heartbeat_interval": 123, "tags": [ "<string>" ], "settings": {}, "created_at": "<string>", "updated_at": "<string>", "created_by": "<string>", "active_workers": 0, "task_queue_name": "<string>" }
Get a specific worker queue by ID
Successful Response
Was this page helpful?