| Name | Type | Description |
|---|---|---|
dataset_ids | Optional[List[Union[UUID, str]]] | Default: NoneA list of dataset IDs to filter the results by. |
data_type | Optional[str] | Default: None |
dataset_name | Optional[str] | Default: None |
dataset_name_contains | Optional[str] | Default: None |
metadata | Optional[Dict[str, Any]] | Default: None |
limit | Optional[int] | Default: None |
List the datasets on the LangSmith API.
The data type of the datasets to filter the results by.
The name of the dataset to filter the results by.
A substring to search for in the dataset names.
A dictionary of metadata to filter the results by.
The maximum number of datasets to return.