Skip to main content

Annotation Queues

List Annotation Queues

Returns annotation queues in the workspace, newest first.

Create an Annotation Queue

Creates an annotation queue in a project.

Retrieve an Annotation Queue

Retrieves an existing annotation queue by ID.

Delete an Annotation Queue

Deletes an annotation queue, its items, and the queue references stored on the annotated spans.

Update an Annotation Queue

Partially updates an existing annotation queue. Setting project_id clears the legacy human_review_ids selection.

Clear an Annotation Queue

Removes every item from the annotation queue without deleting the queue itself.

List Annotation Queue Items

Queries items from the specified annotation queue. Items whose span no longer exists are skipped.

Add Annotation Queue Items

Adds spans to the annotation queue. Spans already present are skipped; the response contains only the newly created items.

Remove Annotation Queue Items

Removes the referenced spans from the annotation queue.

Retrieve an Annotation Queue Item

Retrieves an item from the specified annotation queue in its expanded form. An annotation queue item is a pointer to a span; this endpoint returns the fully resolved span the item references.