class ItemsAPIResourceAdd RUN or THREAD items to a single annotation queue. RUN items require run_id unless they are created from a suggested example. THREAD items require thread_id and project_id.
Log the caller's reviewer status for a RUN or THREAD annotation queue item. A null status re-shows the item for this reviewer.
Remove RUN or THREAD items from a single annotation queue by item ID.
List RUN and THREAD items in a single annotation queue for one review status section, with opaque cursor pagination. Optional item_type=RUN|THREAD filters the page. direction=backward returns items before the supplied cursor. The response contains item metadata only, not expanded run or thread payloads. status=archived returns items whose queue review requirements have been satisfied, not merely items the caller personally marked completed.
Returns the number of annotation queue items for the requested reviewer-specific or archived bucket.
Resolve a RUN or THREAD item to its current review section and zero-based position for deep linking.
Partially update mutable timestamps (added_at, last_reviewed_time) for a RUN or THREAD annotation queue item. Omit a field, or pass JSON null, to leave it unchanged.