/agents/{id}/datasets/evaluate

List Evaluation Datasets

List all evaluation 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/agents/{agent_id}/datasets/evaluate

Path parameters

agent_idstring uuid required

Agent ID for which to list associated evaluation datasets

Agent ID for which to list associated evaluation datasets

Query parameters

dataset_namestring

Optional dataset name to filter the results by. If provided, only versions from that dataset are listed.

Optional dataset name to filter the results by. If provided, only versions from that dataset are listed.

Response

Successful Response

total_countinteger required

Total number of datasets

Changes