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

# Preview Run Artifact Public V2

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

## Path parameters

- `run_id` string, required
- `artifact_id` integer, required

## Response `200`

Successful Response

- ArtifactPreviewPublicV2 — A tabular preview of an artifact's contents.
  - `columns` string[], required — Column names in the preview.
  - `row_count` integer, required — Total number of rows in the artifact.
  - `rows` object[], required — Sample rows from the artifact.

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