GET
/
api
/
v1
/
dataset_experiments
Get Dataset Experiments
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": [
      {}
    ]
  }
]

Query Parameters

dataset_id
string
required

The ID of the dataset to retrieve experiments for.

Response

200
application/json

Successful Response

The response is of type DatasetExperimentInfo · object[].