Download a building block run's predecessor plan artifact
GET/api/meshobjects/meshbuildingblockruns/:blockRunUuid/plan-artifact
In development — not yet functional end-to-end. Downloads the saved Terraform plan artifact from the predecessor DETECT run so an approved APPLY run applies the previewed plan instead of re-planning. The producer side (linking an APPLY run to its predecessor) is not yet wired, so this endpoint currently returns 404 in normal operation. Do not depend on it yet.
The response body is the raw plan artifact, served as application/octet-stream.
Authentication: This endpoint supports API Key authentication.
Request
Responses
- 200
200