update_annotation_queue_item
update_annotation_queue_itemUpdate the status of an annotation queue item to PENDING or COMPLETED in Langfuse's observability toolkit for LLM applications.
Instructions
Updates the status of an annotation queue item. status values: PENDING | COMPLETED. 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. | |
| status | Yes | New status: PENDING | COMPLETED. Omit to leave status unchanged. |