Retrieve an agent dataset’s metadata by ID. Use to check dataset configuration or compatible agents.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
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)