Agent Datasets
Get Agent Dataset
Retrieve an agent dataset's metadata by ID. Use to check dataset configuration or compatible agents.
get/api/v2/projects/{project_id}/agent-datasets/{dataset_id}
Path parameters
project_idstring required
dataset_idstring required
Response
AgentDatasetResponse(id: uuid.UUID, name: str, description: Optional[str], compatible_agent_ids: list[uuid.UUID], tags: list[server.api_routes.agent_datasets_api_v2.TagResponse] = None)
Changes
No recorded changes to this endpoint across all 1 revision of this API.