Skip to main content
GET
Get 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 file produced by a run.

id
string
required

Artifact identifier.

type
string
required

Artifact type.

description
string
required

Human-readable artifact description.

created_at
string<date-time>
required

When the artifact was created.