Skip to main content

List agents for an assessment

GET 

/api/v1/assessments/:assessment_id/agents

List the root agent and its direct children for an assessment.

Queries the runner via the internal RPC in parallel (root + children) and returns compact AgentInfo records. Returns an empty list if the assessment has no root agent yet.

  • Scope required: assessments:read.
  • Rate-limit tier: read (default).

Request

Responses

Successful Response