PUT
/v1/private/annotation-queues/{queueId}/items/{itemId}/lockCreate or extend annotation queue item lockClaim an annotation queue item for the current user, or extend an existing lock
Parameters
queueIdstring · uuidpathrequireditemIdstring · uuidpathrequiredResponses
objectLockResponse
acquiredbooleanexpires_atstring · date-timeitem_idstring · uuidlocked_bystring{
"acquired": true,
"expires_at": "2026-06-09T00:00:00Z",
"item_id": "00000000-0000-0000-0000-000000000000",
"locked_by": "string"
}