Skip to main content
GET
Core - Retrieve a queue item

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
item_id
string
required

Response

200 - application/json

Annotation queue item retrieved.

trace_id
string
required

Unique trace ID

type
enum<string>
required
Available options:
span.generic
input
object
required
output
object
required
_id
string
default:01KZKJHSPP994A2YG2M3TD3HNT
name
string

Name of the trace or block

duration
number

Total time elapsed between the trace start and end timestamp

total_tokens
number

Total number of tokens used by the trace

total_cost
number

Total cost of the trace

billable
boolean

Whether the trace is billable

session_id
string | null

Unique ID to relate multiple traces together

context
object

Context information for the trace

parent_id
string | null

Parent trace ID, if applicable

start_time
string

ISO timestamp indicating when the trace started

end_time
string

ISO timestamp indicating when the trace ended

events
object[]

List of events associated with this trace

attributes
object