Skip to main content
GET
/
v1
/
jobs
/
runs
/
{run_id}
/
artifacts
List Run Artifacts
curl --request GET \
  --url https://sdk.nimbleway.com/v1/jobs/runs/{run_id}/artifacts \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "id": "<string>",
      "type": "<string>",
      "description": "<string>",
      "created_at": "2023-11-07T05:31:56Z"
    }
  ]
}

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

Cookies

token
string | null

Response

Successful Response

Artifacts produced by a run.

items
Artifact · object[]
required

Artifacts produced by the run.