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

# List all results

`GET /flows/{flow_id}`

## Path parameters

- `flow_id` integer, required

## Response `200`

A paged array of runs

- Flow
  - `id` integer
  - `label` string
  - `branch_id` integer
  - `created` string, date-time
  - `project_id` integer
  - `project_name` string
  - `base_branch_name` string
  - `branch_name` string
  - `runs` object
  - `stages` Stage[]
    - `id` integer
    - `name` string, required
    - `branch_id` integer
    - `branch_name` string
    - `schema` object
      - `parent` string
      - `triggers` object
        - `parent` boolean
      - `parameters` object[]
        - `name` string
        - `default` string
    - `schema_code` string
    - `enabled` boolean
  - `args` object
  - `kind` string
  - `artifacts` object
    - `public` object
      - `count` integer
  - `report_entries` ReportEntry[]
    - `name` string
    - `url` string

## 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)
