cURL
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" } ] }
List all sub-agents attached to a parent agent.
Your Maitai API key from the Portal.
List sub agents.
Was this page helpful?