GET
/
api
/
v1
/
experiments
Get Experiment Details
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": [
    {}
  ]
}

Query Parameters

dataset_id
string
required

The ID of the dataset.

experiment_id
string
required

The ID of the experiment to retrieve.

Response

200
application/json

Successful Response

The response is of type object.