---
title: "List Run Artifacts"
method: GET
path: "/v1/jobs/runs/{run_id}/artifacts"
tags: ["Jobs"]
deprecated: true
---

# List Run Artifacts

`GET /v1/jobs/runs/{run_id}/artifacts`

> **Deprecated.**

List Run Artifacts

## Path parameters

- `run_id` string, required

## Response `200`

Successful Response

- ArtifactListPublicV1 — Artifacts produced by a run.
  - `items` ArtifactPublicV1[], required — Artifacts produced by the run.
    - `created_at` string, date-time, required — When the artifact was created.
    - `description` string, required — Human-readable artifact description.
    - `id` string, required — Artifact identifier.
    - `type` string, required — Artifact type.

## Other responses

- `422` — Validation Error

---

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