---
title: "List Blueprints"
method: GET
path: "/api/v2/app-builder/blueprints"
tags: ["App Builder"]
---

# List Blueprints

`GET /api/v2/app-builder/blueprints`

List available app blueprints.

## Query parameters

- `limit` integer
- `page` integer

## Response `200`

OK

- ListBlueprintsResponse — The response for listing available blueprints.
  - `data` BlueprintMetadataData[] — An array of blueprint metadata.
    - `attributes` BlueprintMetadataAttributes, required — The attributes of a blueprint metadata resource.
      - `created_at` string, date-time, required — The timestamp when the blueprint was created.
      - `description` string, required — A description of what the blueprint does.
      - `name` string, required — The human-readable name of the blueprint.
      - `slug` string, required — The unique slug identifier of the blueprint.
      - `tags` string[] — Tags associated with the blueprint.
      - `tile_background` string — The background style of the blueprint tile.
      - `tile_icon_action_fqn` string — The fully qualified name of the action used as the tile icon.
      - `updated_at` string, date-time, required — The timestamp when the blueprint was last updated.
    - `id` string, uuid, required — The ID of the blueprint.
    - `type` 'blueprint', required — The resource type for a blueprint.

## Other responses

- `403` — Forbidden
- `429` — Too many requests

---

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