list-experiments-for-dataset
Retrieve a detailed list of experiments conducted on a specific dataset, including metadata like project names, creation dates, and dataset versions, to track and analyze model performance.
Instructions
Get a list of all the experiments run on a given dataset.
Experiments are collections of experiment runs, each experiment run corresponds to a single
dataset example. The dataset example is passed to an implied task
which in turn
produces an output.
Example usage: Show me all the experiments I've run on dataset RGF0YXNldDox
Expected return: Array of experiment objects with metadata. Example: [ { "id": "experimentid1234", "dataset_id": "datasetid1234", "dataset_version_id": "datasetversionid1234", "repetitions": 1, "metadata": {}, "project_name": "Experiment-abc123", "created_at": "YYYY-MM-DDTHH:mm:ssZ", "updated_at": "YYYY-MM-DDTHH:mm:ssZ" } ]
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dataset_id | Yes |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from @arizeai/phoenix-mcp
Related Tools
- @Arize-ai/phoenix
- @Arize-ai/phoenix
- @Arize-ai/phoenix
- @Arize-ai/phoenix
- @codyde/mcp-sentry-ts