---
title: "List Run Artifacts Public V2"
method: GET
path: "/v2/jobs/runs/{run_id}/artifacts"
tags: ["Jobs (public v2)"]
---

# List Run Artifacts Public V2

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

## Path parameters

- `run_id` string, required

## Response `200`

Successful Response

- ArtifactListPublicV2 — Artifacts produced by a run.
  - `items` ArtifactPublicV2[], 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/revisions/9bfe220b7a29/schema)
