Skip to main content
GET
Preview Run Artifact

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

run_id
string
required
artifact_id
string
required

Cookies

token
string | null

Response

Successful Response

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
Rows · object[]
required

Sample rows from the artifact.