Skip to main content
GET
Get a blueprint

Authorizations

Authorization
string
header
default:bp_YOUR_API_KEY
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Resource UUID.

Response

Blueprint detail.

id
string<uuid>
required
name
string
required
status
enum<string>
required
Available options:
draft,
running,
error,
stopped
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
deploymentId
string | null
visual
any
nodeStates
any
error
string | null