---
title: "List Run Artifacts"
method: GET
path: "/api/v1/runs/{id}/artifacts"
tags: ["Run Internals"]
---

# List Run Artifacts

`GET /api/v1/runs/{id}/artifacts`

Lists captured artifact files for a run.

## Path parameters

- `id` string, required

## Response `200`

Artifact files captured for the run

- RunArtifactListResponse — List of captured artifact files for a run.
  - `data` RunArtifactEntry[], required
    - `stage_id` string, required — Stage ID in `node@visit` form.
    - `node_slug` string, required — Node slug that produced the artifact.
    - `retry` integer, required — Retry attempt number.
    - `relative_path` string, required — Artifact path relative to the stage artifact capture directory.
    - `size` integer, required — Artifact size in bytes.

## Other responses

- `404` — Run not found

---

[API](https://skmtc.net/fabro-sh/apis/fabro-run-api.md) · [All operations](https://skmtc.net/fabro-sh/apis/fabro-run-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fabro-sh/fabro-run-api/versions/bee030053823/schema)
