get https://api.render.com/v1/blueprints/
Retrieve the blueprint with the provided ID.
Responses
Retrieve the blueprint with the provided ID.
xxxxxxxxxx
curl --request GET \
--url https://api.render.com/v1/blueprints/blueprintId \
--header 'accept: application/json'
xxxxxxxxxx
16{
"id": "exs-cph1rs3idesc73a2b2mg",
"name": "string",
"status": "created",
"autoSync": true,
"repo": "string",
"branch": "string",
"lastSync": "2025-03-29T14:15:16.478Z",
"resources": [
{
"id": "string",
"name": "string",
"type": "static_site"
}
]
}