Agents
agent.list
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
ListAgents
Questions or issues? Contact us at api-support@manus.ai.Documentation Index
Fetch the complete documentation index at: https://open.manus.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Headers
API key for authentication. This endpoint does not support OAuth2 tokens. See Authentication.
Previous
agent.detailRetrieves an agent's details including its nickname, description, and associated task. Use [agent.update](https://open.manus.ai/docs/v2/agent.update) to modify, or [task.list](https://open.manus.ai/docs/v2/task.list) with `scope=agent_subtask` to view this agent's subtasks.
Next
ListAgents