Add items to an annotation queue
Adds spans to the annotation queue. Spans already present are skipped; the response contains only the newly created items.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
The spans to add to the annotation queue.
Response
Annotation queue items added.
Unique annotation queue item identifier assigned by ORQ.
The unique identifier of the annotation queue.
The unique identifier of the workspace it belongs to.
The item type. Either span or datapoint.
The unique identifiers of the human reviews that have been used to annotate the item.
The span this item points to. Present when type is span.
The trace identifier this span belongs to.
The datapoint this item points to. Present when type is datapoint.