Templates
List recent builds for a template
GET
List recent builds for a template
Authorizations
Path Parameters
The unique identifier of the template.
Query Parameters
Required range:
1 <= x <= 100Response
List of builds, newest first
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"