| Name | Type | Description |
|---|---|---|
status* | Literal['needs_my_review', 'needs_others_review', 'archived'] | Review section: needs_my_review, needs_others_review, or archived |
cursor | str | Omit | Default: omitOpaque pagination cursor |
direction | Literal['forward', 'backward'] | Omit | Default: omit |
item_type | Literal['RUN', 'THREAD'] | Omit | Default: omit |
page_size | int | Omit | Default: omit |
extra_headers | Headers | None | Default: None |
extra_query | Query | None | Default: None |
extra_body | Body | None | Default: None |
timeout | float | httpx.Timeout | None | NotGiven | Default: not_given |
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.
Pagination direction. backward requires cursor
Filter to RUN or THREAD
Page size (max 100)
Send extra headers
Add additional query parameters to the request
Add additional JSON properties to the request
Override the client-level default timeout for this request, in seconds