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
/
v2
/
agent.detail
cURL
curl --request GET \ --url 'https://api.manus.ai/v2/agent.detail?agent_id=<string>' \ --header 'x-manus-api-key: <api-key>'
Talk to this agent: Use task.sendMessage with the agent’s task_id to send messages to its main task.View subtasks: Use task.list with scope=agent_subtask and this agent’s ID to list all subtasks.