list-datasets
Retrieve a list of all available datasets, including their metadata, for use in experiments. Each dataset contains inputs, expected outputs, and optional metadata.
Instructions
Get a list of all datasets.
Datasets are collections of 'dataset examples' that each example includes an input, (expected) output, and optional metadata. They are primarily used as inputs for experiments.
Example usage: Show me all available datasets
Expected return: Array of dataset objects with metadata. Example: [ { "id": "RGF0YXNldDox", "name": "my-dataset", "description": "A dataset for testing", "metadata": {}, "created_at": "2024-03-20T12:00:00Z", "updated_at": "2024-03-20T12:00:00Z" } ]
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No |