Retrieves an agent’s details.
cURL
curl --request GET \ --url 'https://api.manus.ai/v2/agent.detail?agent_id=<string>' \ --header 'x-manus-api-key: <api-key>'
{ "ok": true, "request_id": "<string>", "agent": { "id": "<string>", "task_id": "<string>", "nickname": "<string>", "about": "<string>" } }
The unique identifier of the agent to retrieve.
Agent retrieved successfully.
Whether the request was successful.
true
Unique identifier for this API request.
The agent object with full details.
Show child attributes
Was this page helpful?