Check status of a Manus task
get_statusFull Description
Use this to check progress for a Manus task created by an initiate_* tool (or any known task_id). Returns the task status (pending, running, completed, failed), other task details, and error info if failed.
Parameters (1 required)
task_idstringThe Manus task ID to check. Use the task_id returned in structured output from an initiate_* tool (or a task ID provided by the user / visible in the Manus task link). Use this to check whether the task is pending, running, completed, or failed.