Lists all custom agents in your account. Use the returned IDs in task.list with scope=agent_subtask to view subtasks, or in agent.detail for full details. See the Agents guide.
GET
/
v2
/
agent.list
ListAgents
curl --request GET \ --url https://api.manus.ai/v2/agent.list \ --header 'x-manus-api-key: <api-key>'