cURL
curl --request GET \ --url https://services.staging.app.dados.rio/eai-agent/api/v1/dataset_examples
[ { "dataset_id": "<string>", "num_examples": 123, "examples": [ {} ] } ]
Returns a list of all available datasets with a summary of each.
The ID of the dataset to retrieve experiments for.
Successful Response
The response is of type DatasetExamplesInfo · object[].
DatasetExamplesInfo · object[]