get_build_status
Check the status of an asynchronous XREAL APK build. Provide a jobId to get current state, output details on success, or error list on failure. Omit jobId to list all build jobs.
Instructions
Returns the current status of an asynchronous build started by build_xreal_apk. Provide the jobId returned from that tool. State transitions: Queued -> Building -> Succeeded | Failed. When state is Succeeded the response includes outputPath, fileSizeMb, buildSeconds, and (if runAfterBuild was set) a deployment summary. When state is Failed the response includes an errors array. Omit jobId to get a list of every known build job in this editor session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | No | The jobId returned from build_xreal_apk. Omit to list all jobs. |