/agents/{id}/datasets/tune
Get Tuning Dataset Metadata
Retrieve details of a specific tuning Dataset
version, or the latest version if no version
is specified.
Provides comprehensive information about the Dataset
, including its metadata and schema.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Agent ID associated with the tune dataset
Name of the tune dataset to retrieve details for
Query Parameters
Version number of the dataset. Defaults to the latest version if not specified.
Response
200
application/json
Successful Response
Response to GET /datasets/{name}