List the annotation queues on the LangSmith API.
list_annotation_queues(
self,
*,
queue_ids: Optional[list[ID_TYPE]] = None,
name: Optional[str] = None,
name_contains: Optional[str] = None,
limit: Optional[int] = None
) -> Iterator[ls_schemas.AnnotationQueue]| Name | Type | Description |
|---|---|---|
queue_ids | Optional[List[Union[UUID, str]]] | Default: NoneThe IDs of the queues to filter by. |
name | Optional[str] | Default: NoneThe name of the queue to filter by. |
name_contains | Optional[str] | Default: NoneThe substring that the queue name should contain. |
limit | Optional[int] | Default: NoneThe maximum number of queues to return. |