---
title: "GET /greengrass/v2/components/{arn}/artifacts/{artifactName}"
method: GET
path: "/greengrass/v2/components/{arn}/artifacts/{artifactName}"
---

# GET /greengrass/v2/components/{arn}/artifacts/{artifactName}

`GET /greengrass/v2/components/{arn}/artifacts/{artifactName}`

Gets the pre-signed URL to download a public or a Lambda component artifact. Core devices call this operation to identify the URL that they can use to download an artifact to install.

## Path parameters

- `arn` string, required
- `artifactName` string, required

## Response `200`

Success

- GetComponentVersionArtifactResponse
  - `preSignedUrl` string, required — The URL of the artifact.

## Other responses

- `480` — ValidationException
- `481` — AccessDeniedException
- `482` — ResourceNotFoundException
- `483` — ThrottlingException
- `484` — InternalServerException

---

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