builds
Get build status
Returns the current state of a build. While the build is in progress, status is pending or running and progress contains a human-readable string describing the current phase (e.g. Pulling image, Building (3 steps), Settling VM).
On success, status is completed and snapshotId references a ready snapshot — fetch it via GET /v1/snapshots/{id}. On failure, status is failed and error carries the worker's diagnostic.
get/v1/builds/{id}
Response
Build status