---
title: "List all results"
method: GET
path: "/flows/{flow_id}/runs"
tags: ["Execution"]
---

# List all results

`GET /flows/{flow_id}/runs`

## Path parameters

- `flow_id` integer, required

## Response `200`

A paged array of runs

- Runs
  - `items` Run[]
    - `id` integer
    - `label` string
    - `project_id` integer
    - `project_name` string
    - `branch_id` integer
    - `branch_name` string
    - `flow_id` integer
    - `flow_kind` string
    - `flow_label` string
    - `stage_id` integer
    - `stage_name` string
    - `args` object
    - `created` string, date-time
    - `started` string, date-time
    - `duration` string
    - `state` string
    - `jobs_error` integer
    - `jobs_rerun` integer
    - `jobs_waiting` integer
    - `jobs_executing` integer
    - `jobs_processing` integer
    - `jobs_total` integer
    - `tests_not_run` integer
    - `tests_passed` integer
    - `tests_total` integer
    - `issues_total` integer
    - `issues_new` integer
    - `artifacts_total` integer
    - `report_entries` ReportEntry[]
      - `name` string
      - `url` string
    - `fix_cnt` integer
    - `regr_cnt` integer
    - `repo_data` object
    - `reason` string
  - `total` integer

## Other responses

- `default` — unexpected error

---

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