Skip to main content
Opik Documentation

Search documentation

Type to search this documentation.

Get all active locks for an annotation queue

GET/v1/private/annotation-queues/{queueId}/locksGet all active locks for an annotation queue

Returns lock status for all actively locked items in the queue

Parameters

queueIdstring · uuidpathrequired

Responses

200Queue locksapplication/json
objectLocksResponse
locksobject
Example response
{
  "locks": {
    "additionalProp1": {
      "active_locks": 0,
      "locked_by": [
        "string"
      ]
    }
  }
}
Documentation menu