---
title: "GET /{resourceScope}/providers/Microsoft.Blueprint/blueprints/{blueprintName}/artifacts"
method: GET
path: "/{resourceScope}/providers/Microsoft.Blueprint/blueprints/{blueprintName}/artifacts"
tags: ["Artifact"]
---

# GET /{resourceScope}/providers/Microsoft.Blueprint/blueprints/{blueprintName}/artifacts

`GET /{resourceScope}/providers/Microsoft.Blueprint/blueprints/{blueprintName}/artifacts`

List artifacts for a given blueprint definition.

## Path parameters

- `resourceScope` string, required
- `blueprintName` string, required

## Query parameters

- `api-version` string, required

## Response `200`

OK -- blueprint artifacts retrieved.

- ArtifactList — List of blueprint artifacts.
  - `value` Artifact[] — List of blueprint artifacts.
    - `id` string — String Id used to locate any resource on Azure.
    - `type` string — Type of this resource.
    - `name` string — Name of this resource.
  - `nextLink` string — Link to the next page of results.

## Other responses

- `default` — Blueprints error response.

---

[API](https://skmtc.net/azure/apis/blueprintclient-3.md) · [All operations](https://skmtc.net/azure/apis/blueprintclient-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/blueprintclient-3/revisions/0f20a9e5d396/schema)
