| Name | Type | Description |
|---|---|---|
queue_id* | Union[UUID, str] | The ID of the annotation queue. |
status | Optional[Literal['needs_my_review', 'needs_others_review', 'completed']] | Default: NoneFilter runs by review status. Must be one of
|
limit | Optional[int] | Default: None |
List runs in an annotation queue with the specified queue_id.
The maximum number of runs to return.