GET
/
api
/
v1
/
datasets
Get All Datasets
curl --request GET \
  --url https://services.staging.app.dados.rio/eai-agent/api/v1/datasets
[
  {
    "dataset_id": "<string>",
    "dataset_name": "<string>",
    "dataset_description": "<string>",
    "num_examples": 123,
    "num_runs": 123,
    "created_at": "2023-11-07T05:31:56Z"
  }
]

Response

200 - application/json

Successful Response

The response is of type DatasetInfo · object[].