paused task. Execution continues under the same task_id - keep monitoring the original task until it becomes completed.
Parameters
string
required
The active session that owns the task.
string
required
The paused task to resume.
string
Optional short guidance if the agent should change course after resuming.
Behavior
- Resume only a task that reports
status: "paused". If it alreadycompleted, act on itsterminalinstead. - Resume does not create a replacement task - continue monitoring the
original
task_idwithphone_task_monitor. - After resuming, the monitor may return
pausedagain if execution is suspended, ormonitor_timed_out: truewhile the task remainspendingorrunning; resume or monitor again as appropriate. - Time spent paused does not count against the task’s execution timeout.
Related
phone_task_pause- the counterpartphone_task_message- steer a running task without pausing