Get a blueprint service and the status of its latest dispatch
Returns the blueprint, the Helm/Terraform service its dispatch produced once that service exists, and the latest dispatch with its status and the engine’s error message.
This is the only way to learn that a dispatch failed. Success is pushed over the /blueprint/service-created websocket, but there is no failure counterpart, so a client that only listens on the websocket waits forever on a dispatch that errored.
Authorizations
JWT tokens should be used with OIDC account (human to machine). JWT tokens used by the Qovery console to communicate with the API have a TTL. Curl Example ' curl https://console.qovery.com/organization -H "Authorization: Bearer $qovery_token" '
Path Parameters
Blueprint ID
Response
Blueprint details
URL to the blueprint catalog entry
"aws/postgres/17/1.0.1"
Type of the underlying service backing this blueprint
HELM, TERRAFORM The service the dispatch produced. Null while the dispatch is still running, and null if it failed.
Latest dispatch for this blueprint. Null if it was never dispatched.