List blueprint-drafts
GET /blueprint-drafts
GET
/blueprint-drafts
Customer-authored blueprint drafts created via the blueprint authoring wizard. Drafts progress through draft → review → published lifecycle before becoming deployable blueprints.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” pagination[page]
integer
pagination[pageSize]
integer
filters
Strapi REST filter syntax
object
sort
string
populate
string
Responses
Section titled “ Responses ”OK
object
data
Array
object
organisation
required
author
name
required
string
slug
URL-safe identifier derived from name.
string
description
string
category
string
provider
string
steps
Array of {id, name, type: ‘provision’|‘configure’|‘verify’, resource_type, config JSON, depends_on: string[]}.
variables
JSON Schema for input variables, e.g. {“region”: {“type”: “string”, “default”: “eu-west-1”}}.
resource_types
Array of strings listing the cloud resource types used in this blueprint.
estimated_cost_monthly
Estimated monthly cost in USD.
number
cost_notes
string
status
string
version
string
tags
Array of string tags.
documentId
string
id
integer
createdAt
string format: date-time
updatedAt
string format: date-time
publishedAt
string format: date-time
meta
object
pagination
object
page
integer
pageSize
integer
pageCount
integer
total
integer
Missing or invalid authentication
Not authorized (tenant scope or capability)