---
title: "List artifacts of given run"
method: GET
path: "/runs/{run_id}/artifacts"
tags: ["Execution"]
---

# List artifacts of given run

`GET /runs/{run_id}/artifacts`

## Path parameters

- `run_id` integer, required

## Query parameters

- `start` integer
- `limit` integer

## Response `200`

A paged array of runs

- Artifacts
  - `items` Artifact[]
    - `id` integer
    - `flow_id` integer
    - `run_id` integer
    - `size` integer
    - `path` string
  - `total` integer

## Other responses

- `default` — unexpected error

## Changes

- **2021-01-31** `ecd12e02213d` — 2 info
  - added the media type `application/json` for the response with the status `200`
  - added the media type `application/json` for the response with the status `default`
- **2021-01-31** `6dffc3a4de00` — 2 breaking
  - removed the media type `application/json` for the response with the status `200`
  - removed the media type `application/json` for the response with the status `default`

[Change history](https://skmtc.dev/kraken-ci/apis/server-api/changes/runs/:run_id/artifacts/get.md)

---

[API](https://skmtc.dev/kraken-ci/apis/server-api.md) · [All operations](https://skmtc.dev/kraken-ci/apis/server-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kraken-ci/server-api/revisions/1f2ae877f985/schema)
