cURL
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" } ]
Returns a list of all available datasets with a summary of each.
Successful Response
The response is of type DatasetInfo · object[].
DatasetInfo · object[]