task.confirmAction
Confirms a pending action to resume the task. Use when task.listMessages shows agent_status: "waiting". For messageAskUser events, use task.sendMessage instead. See the Task Lifecycle guide for input formats.
Questions or issues? Contact us at api-support@manus.ai.Documentation Index
Fetch the complete documentation index at: https://open.manus.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Headers
API key for direct authentication. Provide either this or Authorization, not both. See Authentication.
Body
The unique identifier of the task with a pending action. Supports the shortcut agent-default-main_task for the IM agent's main task.
The waiting_for_event_id value from the status_update event that triggered the confirmation request. This identifies which specific action to confirm.
Optional input data for the pending action. The expected schema is defined by the confirm_input_schema field in the status_update event. For simple confirmations, this can be omitted.
Response
Action confirmed successfully. The task will resume processing.