Skip to main content
GET
Get Agent Dataset

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

project_id
string
required
dataset_id
string
required

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)

id
string<uuid>
required
name
string
required
description
string | null
required
compatible_agent_ids
string<uuid>[]
required
tags
TagResponse · object[]