Returns the full blueprint record plus computed dependency status. Works for both local blueprints (id = blueprintID) and source-blueprints (id = "/").
curl --location --request GET 'https://mock.apidog.com/m1/1126461-0-default/blueprints/' \
--header 'Authorization: Bearer <token>'{
"id": "string",
"name": "string",
"description": "string",
"version": "string",
"author": "string",
"homepage": "string",
"license": "string",
"tags": [
"string"
],
"min_ludus_version": "string",
"long_description": "string",
"templateStatus": [
{
"name": "string",
"built": true
}
],
"roleStatus": [
{
"name": "string",
"installed": true,
"subscription": true
}
]
}