Lists all agents.
cURL
curl --request GET \ --url https://api.manus.ai/v2/agent.list \ --header 'x-manus-api-key: <api-key>'
{ "ok": true, "request_id": "<string>", "data": [ { "id": "<string>", "task_id": "<string>", "nickname": "<string>", "about": "<string>" } ] }
Agents retrieved successfully.
Whether the request was successful.
true
Unique identifier for this API request.
Array of agent objects.
Show child attributes
Was this page helpful?