---
title: "List all results"
method: GET
path: "/runs/{run_id}/results"
tags: ["Results"]
---

# List all results

`GET /runs/{run_id}/results`

## Path parameters

- `run_id` integer, required

## Query parameters

- `start` integer
- `limit` integer
- `sort_field` string
- `sort_dir` string
- `statuses` integer[]
- `changes` integer[]
- `min_age` integer
- `max_age` integer
- `min_instability` integer
- `max_instability` integer
- `test_case_text` string
- `job` string
- `systems` integer[]
- `groups` integer[]

## Response `200`

A paged array of runs

- Results
  - `items` Result[]
    - `id` integer, required
    - `job_id` integer, required
    - `values` object
  - `total` integer

## Other responses

- `default` — unexpected error

## Changes

- **2022-02-05** `b9a3c86edb9c` — 4 info
  - api tag `Results` added
  - api tag `Execution` removed
  - added the new optional `query` request parameter `groups`
  - added the new optional `query` request parameter `systems`
- **2021-03-06** `b10bc5a7293a` — 2 info
  - added the new optional `query` request parameter `sort_dir`
  - added the new optional `query` request parameter `sort_field`
- **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, 4 warning, 2 info
  - 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`
  - deleted the `query` request parameter `groups`
  - deleted the `query` request parameter `sort_dir`
  - …4 more

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