check_dispatch
Poll a background dispatch to get its running status or final result once completed. Check elapsed time while active, or retrieve full output when finished.
Instructions
Poll a background dispatch started by dispatch_background.
Returns {status: "running", elapsed_sec} while the subprocess is
alive, or the full result (same shape as dispatch_query's return
value) once it has exited.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dispatch_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||