get_build_status
Retrieve build status and events for a specific build job. Use polling mode to check asynchronous build progress.
Instructions
Get build status and events for a specific build job. Use polling mode to check async build progress.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | Build job ID returned from build_flow | |
| event_delivery | No | Event delivery mode: "polling", "streaming", or "direct" (default: "polling") |