cURL
curl --request GET \ --url https://services.staging.app.dados.rio/eai-agent/api/v1/dataset_experiments
[ { "dataset_id": "<string>", "experiment_id": "<string>", "experiment_name": "<string>", "experiment_description": "<string>", "experiment_timestamp": "2023-11-07T05:31:56Z", "execution_summary": {}, "error_summary": {}, "aggregate_metrics": [ {} ] } ]
Returns a list of all experiments associated with a specific dataset ID.
The ID of the dataset to retrieve experiments for.
Successful Response
The response is of type DatasetExperimentInfo · object[].
DatasetExperimentInfo · object[]