/agents/{id}/datasets/tune
List Tuning Datasets
List all tuning Datasets
and their versions belonging to a particular Agent
.
If a dataset_name
filter is provided, all versions of that Dataset
will be listed.
Includes metadata and schema for each Dataset
version.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Agent ID for which to list associated evaluation datasets
Query Parameters
Optional dataset name to filter the results by. If provided, only versions from that dataset are listed.
Was this page helpful?