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
string
required
Template namespace.
string
required
Template name.
string
required
Version (semver).
Response
string
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.
string
Template ref.
string
Content-addressed digest.
integer
Build duration in milliseconds. Present when
ready.boolean
Whether an existing golden was reused.
string
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