---
title: "get image urls"
method: GET
path: "/artifact/image/url"
tags: ["Report"]
---

# get image urls

`GET /artifact/image/url`

Get a set of image urls

## Query parameters

- `artifact_uri` string, required
- `kms_unsupported` boolean

## Response `200`

JSON blob containing signed URL for retrieving the artifact

- ImageUrls — Signed image urls for a given base image
  - `fullImageUrl` string — signed url to the full image
  - `thumbnailImageUrl` string — signed url to the thumbnail image

## Other responses

- `400` — Invalid or missing parameter
- `401` — User not authenticated
- `403` — User not authorized
- `404` — Artifact not found
- `default` — Unexpected error

---

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