curl --request GET \
--url https://control-plane.kubiya.ai/api/v1/worker-queues/{queue_id}/update-lock-status \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Get the current update lock status for a queue.
Useful for checking if updates are in progress before triggering manual updates.
Args: queue_id: Worker queue ID
Returns: Lock status (locked/unlocked) and lock holder if locked
curl --request GET \
--url https://control-plane.kubiya.ai/api/v1/worker-queues/{queue_id}/update-lock-status \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Was this page helpful?