Skip to main content
GET
/
v2
/
project.list
ListProjects
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>"
    }
  ]
}
Questions or issues? Contact us at api-support@manus.ai.

Authorizations

x-manus-api-key
string
header
required

Response

Projects retrieved successfully.

ok
boolean

Whether the request was successful.

Example:

true

request_id
string

Unique identifier for this API request.

data
object[]

Array of project objects.