poll_submission
Poll a submission until it reaches a terminal state or times out, returning the final record or a still-running status.
Instructions
Poll a submission until it reaches a terminal state (finished/failed/cancelled) or timeout_seconds elapses. Returns the final submission record, or {status: 'still_running'} on timeout — the agent can choose to poll again.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| submission_id | Yes | ||
| timeout_seconds | No | ||
| interval_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||