---
title: "Get Blueprint"
method: GET
path: "/api/v2/app-builder/blueprint/{blueprint_id}"
tags: ["App Builder"]
---

# Get Blueprint

`GET /api/v2/app-builder/blueprint/{blueprint_id}`

Retrieve an app blueprint by its ID.

## Path parameters

- `blueprint_id` string, uuid, required

## Response `200`

OK

- GetBlueprintResponse — The response for retrieving a single blueprint.
  - `data` BlueprintData — A blueprint resource.
    - `attributes` BlueprintAttributes, required — The attributes of a blueprint resource.
      - `created_at` string, date-time, required — The timestamp when the blueprint was created.
      - `definition` 'appDefinitions', required — The app definition type.
      - `description` string, required — A description of what the blueprint does.
      - `embedded_datastore_blueprints` object — Embedded datastore blueprints.
      - `embedded_native_actions` BlueprintNativeAction[] — Embedded native actions.
      - `embedded_workflow_blueprints` object — Embedded workflow blueprints.
      - `integration_id` string — The integration ID associated with the blueprint.
      - `mocked_outputs` object — Mocked outputs for testing the blueprint.
      - `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
- `404` — Not Found
- `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)
