Get Agent Dataset
Agent Datasets
Get Agent Dataset
Retrieve an agent dataset’s metadata by ID. Use to check dataset configuration or compatible agents.
GET
Get Agent Dataset
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
200 - application/json
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)

