grok_agent_poll
Poll a delegated job's progress and retrieve its final evidence receipt. Wait until completion to get a definitive result, or return current notifications immediately.
Instructions
Read bounded progress/events and the final evidence receipt for a typed job.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| job_id | No | ||
| wait_seconds | No | Block until the job reaches a terminal state, up to this many seconds, emitting notifications/progress while it waits. 0 or absent returns immediately, as before. |