manus_task_wait
Poll a task until it reaches a terminal state (stopped/waiting/error) or times out, returning final status, new messages, and if waiting, the event_id and input schema for confirmation actions.
Instructions
Poll a task until it reaches a terminal state (stopped / waiting / error) or times out. Returns the final status, new messages, and — if waiting — the event_id and input schema needed for manus_task_confirm_action or the body needed for manus_task_send_message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ||
| timeout_sec | No | ||
| poll_interval_sec | No | ||
| since_message_id | No | If set, only return messages newer than this ID in new_messages. | |
| include_verbose | No | Pass verbose=true to task.listMessages (adds tool_used/plan/explanation). | |
| include_assistant_content_only | No | If true, new_messages only contains user/assistant/error/status events. |