Skip to main content
GET
/
agents
/
{agent_id}
/
subagents
List sub agents
curl --request GET \
  --url https://api.trymaitai.ai/api/v1/agents/{agent_id}/subagents \
  --header 'X-Maitai-Api-Key: <api-key>'
{
  "data": [
    {
      "id": 102,
      "agent_name": "KYC Agent",
      "status": "ENABLED"
    }
  ]
}

Authorizations

X-Maitai-Api-Key
string
header
required

Your Maitai API key from the Portal.

Path Parameters

agent_id
integer
required

Response

200 - application/json

List sub agents.

data
any