Skip to main content
GET
Look up the squad an agent classifies

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Path Parameters

id
string
required

Identifier of the agent to test for squad membership.

Response

200 - application/json

The squad this agent classifies, or null when none exists.

data
object | null

Squad configuration, or null when the agent is not a squad classifier.

meta
object