grok_delegate_poll
Poll background delegation jobs to fetch status, results, and live progress. Supply a job ID for detailed phase, elapsed time, and outputs; omit it to list recent job summaries. Read-only.
Instructions
Poll a background delegation started with grok_delegate_start. With job_id: that job's state and result (branch, changed_files, commits, diffstat), plus live progress while running — phase (preflight/worktree/worktree_recover/anchors/executor/collect), elapsed_s, phase_elapsed_s, last_step, and worker_pid once the executor is spawned. A dispatch spends its first minutes in git with no process and no lane directory to see: that is normal, and phase is how you tell it apart from a stuck server. Without job_id: newest job summaries. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max job summaries when listing (default 20) | |
| job_id | No | Job id from grok_delegate_start; omit to list recent jobs |