---
title: "Results analysis of given flow"
method: GET
path: "/flows/{flow_id}/analysis"
tags: ["Results"]
---

# Results analysis of given flow

`GET /flows/{flow_id}/analysis`

## Path parameters

- `flow_id` integer, required

## Response `200`

A paged array of runs

- FlowAnalysis
  - `stats` object
  - `recs_map` object
  - `total_tests` integer

## Other responses

- `default` — unexpected error

## Changes

> 50 revisions in range; 1 could not be searched.

- **2022-02-12** `c24651a445bd` — 1 info
  - added the optional property `total_tests` to the response with the `200` status
- **2022-02-05** `b9a3c86edb9c` — 1 info
  - endpoint added
- **2021-01-31** `6dffc3a4de00` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/kraken-ci/apis/server-api/changes/flows/:flow_id/analysis/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)
