List annotation queue items
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. Optional min_start_time/max_start_time bound the item’s trace start time; items with no start time are excluded when either bound is set. 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.
Authorizations
Path Parameters
Annotation queue ID
Query Parameters
Review section: needs_my_review, needs_others_review, or archived
needs_my_review, needs_others_review, archived Page size (max 100)
Opaque pagination cursor
Filter to RUN or THREAD
RUN, THREAD Only items whose trace start time is at or after this timestamp. Omit or send the zero time for no bound
Only items whose trace start time is at or before this timestamp. Omit or send the zero time for no bound
Pagination direction. backward requires cursor
forward, backward 
