get_task
Retrieve the current status and step details of a running task. Includes action type, AI decision, params, and output for each completed step.
Instructions
Get the status and step details of a task started by run_task.
Returns current status and all completed steps with action type, AI decision, params, and output. Possible status values: pending, running, succeeded, failed, cancelled, timeout, partially_succeeded. If status is 'pending' or 'running', poll again (recommended interval: 2-3 seconds).
Screenshots are not included in the response — use take_screenshot after completion to verify the result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | The task ID returned by run_task |