TheDocumentation Index
Fetch the complete documentation index at: https://docs.iblueprint.ai/llms.txt
Use this file to discover all available pages before exploring further.
blueprint.get procedure returns the full detail record for one blueprint. In addition to the core blueprint fields, the response includes computed access flags (is_owner, can_manage), linked categories and organizations, favoriting status, and rating aggregates. You can fetch blueprints you own, blueprints shared with you via a collaborator role, blueprints belonging to your organization, and any blueprint with visibility: public.
Request
Procedure type: query (HTTPGET)
Endpoint:
Parameters
A URL-encoded JSON object with a
json key containing the parameter below.UUID of the blueprint to retrieve.
Response
UUID of the blueprint.
Display name.
Short description.
draft or published.private or public.Semantic version string, e.g.
2.1.0.Array of tag strings.
UUID of the owning user.
UUID of the owning organization.
ISO 8601 creation timestamp.
ISO 8601 last-update timestamp.
Declared environment variables for the blueprint.
Node graph definition containing
nodes and flow edges.Average star rating (0–5).
Total number of ratings.
The authenticated user’s own rating, if any.
true if the authenticated user can edit or delete this blueprint (owner, collaborator with editor/admin role, or org member).true if the authenticated user created this blueprint.true if the authenticated user has favorited this blueprint.Array of category objects (
id, name, slug) linked to this blueprint.Array of organization objects (
id, name, slug) this blueprint belongs to.Examples
Sample response
Access rules
The API grants access to a blueprint if any of the following is true:- You are the blueprint’s creator (
created_bymatches your user ID). - You are listed as a collaborator with the
editororadminrole. - Your organization owns the blueprint.
- The blueprint has
visibility: public.
HTTP 403 Forbidden.