# List all sub-agents Lists all sub-agents that have been created by the parent agent. Endpoint: GET /core/v1/chain/sub_agents Version: v1 Security: APIKeyHeader ## Response 200 fields (application/json): - `sub_agents` (array, required) List of sub-agents - `sub_agents.id` (string, required) Unique identifier for the sub-agent Example: "sa-1234abcd" - `sub_agents.name` (string, required) Name of the sub-agent Example: "Market Research Agent" - `sub_agents.description` (string, required) Description of the sub-agent's purpose Example: "Specialized agent for conducting market research and competitive analysis" - `sub_agents.status` (string, required) Current status of the sub-agent Example: "ready" - `sub_agents.created_at` (string, required) Creation timestamp Example: "2025-04-10T14:30:00Z" - `sub_agents.last_active` (any) Last activity timestamp Example: "2025-04-10T15:45:00Z" ## Response 500 fields (application/json): - `body` (string, required) Error message or description - `status_code` (integer, required) HTTP status code Example: 400 - `details` (any) Additional error details if available