/agents/{id}/datasets/evaluate
Get Evaluation Dataset Metadata
Retrieve details of a specific evaluation 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 evaluation dataset
Name of the evaluation 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}
Version of the dataset
Type of the dataset
Available options:
tuning_set
, evaluation_set
, evaluation_set_prediction
, evaluation_run_result
Timestamp indicating when the dataset was created
Validation status of the dataset
Available options:
validated
, validating
, failed
Schema of the dataset
Number of samples in the dataset
Was this page helpful?