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

# List all results

`GET /test_case_results/{test_case_result_id}`

## Path parameters

- `test_case_result_id` integer, required

## Response `200`

A paged array of runs

- Result
  - `id` integer, required
  - `job_id` integer, required
  - `values` object

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