cURL
curl --request GET \ --url https://services.staging.app.dados.rio/eai-agent/api/v1/dataset_examples \ --header 'Authorization: Bearer <token>'
[ { "dataset_id": "<string>", "num_examples": 123, "examples": [ {} ] } ]
Returns a list of all available datasets with a summary of each.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the dataset to retrieve experiments for.
Successful Response
Number of examples in the dataset.