Tasks
task.detail
Retrieves a task’s status and metadata. Use task.listMessages for the full event history, or task.sendMessage to continue the conversation.
GET
cURL
Questions or issues? Contact us at api-support@manus.ai.
Headers
API key for direct authentication. Provide either this or Authorization, not both. See Authentication.
Query Parameters
The unique identifier of the task to retrieve. Supports the shortcut agent-default-main_task for the IM agent's main task.
Previous
task.listLists tasks with optional filtering and cursor-based pagination. Use `scope` to filter by task type, e.g. `agent_subtask` with `agent_id` for agent subtasks. See [task.detail](https://open.manus.ai/docs/v2/task.detail) for full details on a specific task.
Next
cURL