get_annotation_queue_item
get_annotation_queue_itemRetrieve a specific annotation queue item by providing queue ID and item ID to access its trace, observation, status, and completion details.
Instructions
Returns a specific item from an annotation queue by queue ID and item ID. Returns: id, queueId, traceId, observationId, status, annotatorUserId, completedAt. Both queueId and itemId are required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| queueId | Yes | The annotation queue ID. Required. | |
| itemId | Yes | The annotation queue item ID. Required. |