---
title: "Download Artifact"
method: GET
path: "/api/artifacts/{artifact_id}/content"
tags: ["artifacts"]
---

# Download Artifact

`GET /api/artifacts/{artifact_id}/content`

Download an artifact within the caller's workspace scope.

Parameters:
    artifact_id (UUID): Identifier of the artifact to download.

Returns:
    Response: The artifact content with its media type and download filename.

Raises:
    HTTPException: If the artifact is missing or artifact storage is unavailable.

## Path parameters

- `artifact_id` string, uuid, required

## Response `200`

Artifact bytes with integrity headers

## Other responses

- `404` — Artifact not found
- `422` — Validation Error
- `503` — Artifact storage is unavailable

## Changes

- **2026-08-07** `7b590d7be88a` — 2 info
  - added the non-success response with the status `404`
  - added the non-success response with the status `503`
- **2026-07-17** `655778279cb1` — 1 info
  - endpoint added
- **2026-07-17** `62e8c152aa18` — 1 breaking
  - api path removed without deprecation
- **2026-07-15** `216311cd30ec` — 3 warning
  - deleted the `header` request parameter `Authorization`
  - deleted the `header` request parameter `X-Fleet-User-Id`
  - deleted the `header` request parameter `X-Fleet-Workspace-Id`
- **2026-07-13** `f18c4c8586ca` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/qredence/apis/fleet-rlm/changes/api/artifacts/:artifact_id/content/get.md)

---

[API](https://skmtc.dev/qredence/apis/fleet-rlm.md) · [All operations](https://skmtc.dev/qredence/apis/fleet-rlm/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/qredence/fleet-rlm/revisions/3e0490b230d7/schema)
