Skip to main content
GET
/
api
/
v1
/
dataset_experiments
Get Dataset Experiments
curl --request GET \
  --url https://services.staging.app.dados.rio/eai-agent/api/v1/dataset_experiments \
  --header 'Authorization: Bearer <token>'
[
  {
    "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": [
      {}
    ]
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

dataset_id
string
required

The ID of the dataset to retrieve experiments for.

Response

Successful Response

dataset_id
string
required
experiment_id
string
required
experiment_name
string
required
experiment_description
string
required
experiment_timestamp
string<date-time>
required
execution_summary
object
required
error_summary
object
required
aggregate_metrics
Aggregate Metrics · object[]
required