create_annotation_queue_item
create_annotation_queue_itemAdd items to annotation queues for human review of sessions, traces, or observations. Specify queue ID, object ID, and object type to organize review tasks.
Instructions
Adds an item to an annotation queue for human review. queueId and objectId are required. objectType can be SESSION, TRACE, or OBSERVATION. status is optional PENDING | COMPLETED.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| queueId | Yes | The annotation queue ID to add the item to. Required. | |
| objectId | Yes | Object ID (session, trace, or observation id). Required. | |
| objectType | Yes | Object type: SESSION | TRACE | OBSERVATION. Required. | |
| status | Yes | Status value. Optional. PENDING | COMPLETED |