octri_wait_for_build
Wait for all languages in a build to finish, then return each language's final result. Use after triggering a build to check completion.
Instructions
Block until every language of a build reaches a terminal state, then return the final per-language result. Use after octri_trigger_build.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| build_id | Yes | ||
| project_id | No | Project id. Optional, falls back to the CLI's selected project. | |
| timeout_seconds | No | Defaults to 1800 (30 minutes). |