---
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

---

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