annotation-queues

Get Annotation Queues

get/api/v1/annotation-queues

Query parameters

idsstring[] nullable
namestring nullable
name_containsstring nullable
offsetinteger
limitinteger
tag_value_idstring[] nullable
dataset_idstring uuid nullable
queue_type'single' | 'pairwise' nullable
assigned_to_meboolean
sort_bystring nullable
sort_by_descboolean

Response

Successful Response

descriptionstring nullable
created_atstring date-time
updated_atstring date-time
num_reviewers_per_iteminteger nullable
enable_reservationsboolean nullable
reservation_minutesinteger nullable
reviewer_access_modestring
namestring required
idstring uuid required
tenant_idstring uuid required
source_rule_idstring uuid nullable
run_rule_idstring uuid nullable
default_datasetstring uuid nullable
queue_type'single' | 'pairwise' required
metadataobject nullable
total_runsinteger required

Changes

Changed in 2 of the 48 revisions of this API.5

    • added the new optional query request parameter sort_by

      new-optional-request-parameter

    • added the new optional query request parameter sort_by_desc

      new-optional-request-parameter

    This revision also has 15 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the new optional query request parameter assigned_to_me

      new-optional-request-parameter

    • added the optional property items/assigned_reviewers to the response with the 200 status

      response-optional-property-added

    • added the optional property items/reviewer_access_mode to the response with the 200 status

      response-optional-property-added