Ask a question to get started
Enter to send•Shift+Enter new line
list_runs_from_annotation_queue( self, queue_id: ID_TYPE, *, status: Optional[Literal['needs_my_review',
queue_id
Union[UUID, str]
The ID of the annotation queue.
status
Optional[Literal['needs_my_review', 'needs_others_review', 'completed']]
None
Filter runs by review status. If None, returns runs across all review states.
limit
Optional[int]
List runs in an annotation queue with the specified queue_id.
The maximum number of runs to return.