read_dataset
Retrieve a LangSmith dataset by ID or name to access its contents for analysis, evaluation, and experimentation.
Instructions
Read a specific dataset from LangSmith.
Either dataset_id or dataset_name must be provided.
Args: dataset_id (str, optional): Dataset ID to retrieve dataset_name (str, optional): Dataset name to retrieve
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataset_id | No | Dataset ID to retrieve | |
| dataset_name | No | Dataset name to retrieve |