GET
/v1/private/annotation-queues/{queueId}/locksGet all active locks for an annotation queueReturns lock status for all actively locked items in the queue
Parameters
queueIdstring · uuidpathrequiredResponses
objectLocksResponse
locksobject{
"locks": {
"additionalProp1": {
"active_locks": 0,
"locked_by": [
"string"
]
}
}
}