Agents
agent.detail
Retrieves an agent’s details including its nickname, description, and associated task. Use agent.update to modify, or task.list with scope=agent_subtask to view this agent’s subtasks.
GET
cURL
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.
Query Parameters
The unique identifier of the agent to retrieve.
Previous
agent.updateUpdates an agent's nickname and description. Use [agent.detail](https://open.manus.ai/docs/v2/agent.detail) to view current values before updating.
Next
cURL