Wait for Devin worker
devin_waitPolls an existing Devin job and returns its current or final result, waiting up to a specified number of seconds for completion. Use zero wait for an immediate snapshot.
Instructions
Read the current or terminal result of an existing Devin job. Waits for completion for at most wait_seconds. Reuse the same job_id while it is running; a completed process still requires review of the work.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | Job identifier returned by devin_run. | |
| wait_seconds | No | Wait up to this many seconds; zero returns an immediate snapshot. |