Templates
Get a build by ID
GET
Get a build by ID
Authorizations
Path Parameters
The unique identifier of the template.
The unique identifier of the template build.
Response
Build details
Available options:
pending, building, snapshotting, ready, failed, cancelled Stable hash of the build_spec at submission time. Used for idempotent submits.
Populated when status = failed. The message is prefixed with a stable error code the UI / SDK can key on: image_pull_failed, step_failed, boot_failed, snapshot_failed, start_cmd_failed, ready_cmd_failed, or build_failed (fallback).
Example:
"step_failed: step 1/2 failed after 3s: exited with code 100"