Get a single blueprint-instance by id
GET /blueprint-instances/{id}
GET
/blueprint-instances/{id}
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string
DocumentId
Responses
Section titled “ Responses ”OK
object
data
object
blueprint
required
param_values
required
Resolved parameter values used when rendering the blueprint template, e.g. {“region”: “eu-central-1”, “size”: “cx21”}.
status
required
string
cloud_instance
organisation
required
deployed_by
deployed_at
string format: date-time
notes
string
resources
Per-resource progress array: [{resource_id, resource_type, name, status: ‘pending’|‘provisioning’|‘ready’|‘failed’, provider, region, cost_estimate_usd, error_msg?}]
total_cost_estimate_usd
Sum of all resource cost estimates in USD/month.
number
resource_count
Total number of resources in this blueprint instance.
integer
resources_ready
Number of resources in ‘ready’ state.
integer
resources_failed
Number of resources in ‘failed’ state.
integer
progress_pct
(ready + failed) / resource_count * 100
integer
documentId
string
id
integer
createdAt
string format: date-time
updatedAt
string format: date-time
publishedAt
string format: date-time
Missing or invalid authentication
Not authorized (tenant scope or capability)
Not found