latestOpenAPI 3.1.02026-08-08127304355.9 KB
69c553220183
Agent Datasets
List Agent Datasets
Retrieve all agent-level datasets in a project. Use to discover available datasets for agent test runs.
page_size defaults to 30, maximum 100.
get/api/v2/projects/{project_id}/agent-datasets
Path parameters
project_idstring required
Query parameters
pageinteger
page_sizeinteger
idstring uuid nullable
namestring nullable
Response
AgentDatasetsListResponse(data: list[server.api_routes.agent_datasets_api_v2.AgentDatasetResponse], pagination: server.api_routes.api_v2_common.PaginationInfo)