Skip to main content
POST
Core - Add span items to a queue

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

annotation_queue_id
string
required

Body

application/json
items
object[]
required

The spans to add to the annotation queue

Required array length: 1 - 1000 elements

Response

200 - application/json

Annotation queue items added.

_id
string
required
annotation_queue_id
string
required

The unique identifier of the annotation queue

workspace_id
string
required

The unique identifier of the workspace it belongs to

span_id
string
required
type
enum<string>
required
Available options:
span
used_human_review_ids
string[]

The unique identifiers of the human reviews that have been used to annotate the item

trace_id
string

The trace identifier this span belongs to