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