Templates
Get build status
Check whether a template version’s golden snapshot is ready.
GET
Get build status
Returns the current build state of a version. Poll this after Build template until
status is ready, or stream build logs for live output.
Path parameters
Template namespace.
Template name.
Version (semver).
Response
One of:
not_built— no golden snapshot yet. Call Build template.building— a build is in progress.ready— built and launchable.failed— the last build failed. Seeerror.
Template ref.
Content-addressed digest.
Build duration in milliseconds. Present when
ready.Whether an existing golden was reused.
Failure reason. Present when
status is failed.Example
Response
Authorizations
API key authentication. Get your key at orgo.ai/workspaces
Response
Build status
Available options:
ready, building, failed, not_built Build duration in milliseconds. Present when ready.
Whether an existing golden with the same digest was reused.
Failure reason. Present when status is failed.
Get build status