---
title: "GET /artifacts/{artifactId}"
method: GET
path: "/artifacts/{artifactId}"
---

# GET /artifacts/{artifactId}

`GET /artifacts/{artifactId}`

Returns the artifact info that corresponds to an artifact id.

## Path parameters

- `artifactId` string, required

## Response `200`

Success

- GetArtifactUrlResult — Returns the result structure for the get artifact request.
  - `artifactId` string, required — The unique ID for an artifact.
  - `artifactUrl` string, required — The presigned URL for the artifact.

## Other responses

- `480` — BadRequestException
- `481` — UnauthorizedException
- `482` — InternalFailureException
- `483` — NotFoundException
- `484` — LimitExceededException

---

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