---
title: "GET /v1/projects/{projectId}/blueprints"
method: GET
path: "/v1/projects/{projectId}/blueprints"
tags: ["Blueprints"]
---

# GET /v1/projects/{projectId}/blueprints

`GET /v1/projects/{projectId}/blueprints`

## Path parameters

- `projectId` string, required

## Query parameters

- `page` integer
- `perPage` integer
- `blueprintName` string
- `ids` string[]
- `boardId` string
- `platform` string

## Response `200`

A successful response.

- GoliothListBlueprintResponse
  - `list` GoliothBlueprint[]
    - `boardId` string
    - `createdAt` string, date-time
    - `id` string
    - `name` string
    - `platform` string
    - `updatedAt` string, date-time
  - `page` integer
  - `perPage` integer
  - `total` integer

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/golioth/apis/golioth-api.md) · [All operations](https://skmtc.net/golioth/apis/golioth-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/golioth/golioth-api/versions/47c98ae69a55/schema)
