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

# Get Artifact

`GET /api/artifacts/{artifact_id}`

## Path parameters

- `artifact_id` string, uuid, required

## Headers

- `Authorization` string, nullable
- `X-Fleet-User-Id` string, uuid, nullable
- `X-Fleet-Workspace-Id` string, uuid, nullable

## Response `200`

Successful Response

- ArtifactResponse — Public artifact metadata — no host or Volume paths.
  - `id` string, uuid, required
  - `session_id` string, uuid, required
  - `run_id` string, uuid, required
  - `kind` 'text' | 'markdown' | 'json', required
  - `title` string, nullable
  - `media_type` string, required
  - `byte_size` integer, required
  - `checksum_sha256` string, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-07-13** `f18c4c8586ca` — 4 warning, 3 info
  - removed the optional property `detail` from the response with the `422` status
  - added the new `json` enum value to the `kind` response property for the response status `200`
  - added the new `markdown` enum value to the `kind` response property for the response status `200`
  - added the new `text` enum value to the `kind` response property for the response status `200`
  - …3 more
- **2026-07-13** `1afc045b25c0` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/qredence/apis/fleet-rlm/changes/api/artifacts/:artifact_id/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/f18c4c8586ca/schema)
