---
title: "List blueprints"
method: GET
path: "/api/blueprints"
tags: ["Blueprints"]
---

# List blueprints

`GET /api/blueprints`

Returns the authenticated account's blueprints, including status and timestamps. API keys need the `blueprints:read` scope.

## Response `200`

Account-owned blueprints.

- Blueprint[]
  - `id` string, uuid, required
  - `name` string, required
  - `status` 'draft' | 'running' | 'error' | 'stopped', required
  - `deploymentId` string, nullable
  - `visual` unknown
  - `nodeStates` unknown
  - `error` string, nullable
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required

## Other responses

- `401` — Missing, invalid, revoked, or expired credentials.
- `403` — Credential is valid but cannot perform this action.

---

[API](https://skmtc.net/carboncopyinc/apis/blueprints-api.md) · [All operations](https://skmtc.net/carboncopyinc/apis/blueprints-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carboncopyinc/blueprints-api/revisions/821dba6e3373/schema)
