Lists all projects. Use the returned IDs as project_id in task.create or task.list.
project_id
cURL
curl --request GET \ --url https://api.manus.ai/v2/project.list \ --header 'x-manus-api-key: <api-key>'
{ "ok": true, "request_id": "<string>", "data": [ { "id": "<string>", "name": "<string>", "created_at": 123, "instruction": "<string>" } ] }
Projects retrieved successfully.
Whether the request was successful.
true
Unique identifier for this API request.
Array of project objects.
Hide child attributes
Unique identifier for the project.
Display name of the project.
Unix timestamp (seconds) when the project was created.
Default instruction applied to all tasks in this project.
Was this page helpful?