Skip to content

Queues

Manage annotation queues for human review of traces, turning expert feedback into labeled datasets.

list

List annotation queues

List annotation queues for the current project scope, optionally filtered by enabled status.

Usage

sh
honeyhive queues list [options]

Options

FlagTypeRequiredDescription
--enabled / --no-enabledbooleannoFilter by enabled status

create

Create an annotation queue

Create a new annotation queue with a name, optional description, filters, and an initial set of event IDs to add.

Usage

sh
honeyhive queues create [options]

Options

FlagTypeRequiredDescription
--namestringyesname
--descriptionstringnodescription
--enabled / --no-enabledbooleannoenabled
--event-idsjsonnoevent_ids
--filtersjsonnofilters

get

Get an annotation queue

Retrieve a single annotation queue by its unique identifier.

Usage

sh
honeyhive queues get [options]

Options

FlagTypeRequiredDescription
--queue-idstringyesAnnotation queue ID

update

Update an annotation queue

Update fields on an existing annotation queue. Supports updating name, description, filters, enabled status, and adding/removing events.

Usage

sh
honeyhive queues update [options]

Options

FlagTypeRequiredDescription
--idstringyesid
--queue-idstringyesAnnotation queue ID
--add-event-idsjsonnoadd_event_ids
--descriptionstringnodescription
--enabled / --no-enabledbooleannoenabled
--filtersjsonnofilters
--namestringnoname
--remove-event-idsjsonnoremove_event_ids

delete

Delete an annotation queue

Soft-delete an annotation queue by its unique identifier.

Usage

sh
honeyhive queues delete [options]

Options

FlagTypeRequiredDescription
--queue-idstringyesAnnotation queue ID