job_wait
Wait for an asynchronous job to complete and retrieve its final result with logs. Use after starting a job without waiting to get the outcome when ready.
Instructions
Bloquea hasta que un job termine (o se cumpla timeout_seconds) y devuelve el resultado final con el log completo (o su tail). Usalo después de run/plan_run con wait:false cuando ya querés el resultado.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | ||
| tail_lines | No | ||
| timeout_seconds | No |