Retrieves a task’s status and metadata.
cURL
curl --request GET \ --url 'https://api.manus.ai/v2/task.detail?task_id=<string>' \ --header 'x-manus-api-key: <api-key>'
{ "ok": true, "request_id": "<string>", "task": { "id": "<string>", "status": "running", "created_at": 123, "updated_at": 123, "task_type": "standard", "share_visibility": "private" } }
The unique identifier of the task to retrieve.
Task retrieved successfully.
Whether the request was successful.
true
Unique identifier for this API request.
The task object with current status and metadata.
Show child attributes
Was this page helpful?