---
title: "Preview Run Artifact"
method: GET
path: "/v1/jobs/runs/{run_id}/artifacts/{artifact_id}/preview"
tags: ["Jobs"]
deprecated: true
---

# Preview Run Artifact

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

> **Deprecated.**

Preview Run Artifact

## Path parameters

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

## Response `200`

Successful Response

- ArtifactPreviewPublicV1 — 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/d1947ec7af21/schema)
