cURL
curl --request GET \ --url https://services.staging.app.dados.rio/eai-agent/api/v1/datasets \ --header 'Authorization: Bearer <token>'
[ { "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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Number of examples in the dataset.
Number of experiments run against this dataset.