---
title: "List Test Runs"
method: GET
path: "/api/v2/projects/{project_id}/test-runs"
tags: ["Test Runs"]
---

# List Test Runs

`GET /api/v2/projects/{project_id}/test-runs`

`page_size` defaults to 100, maximum 100.

## Path parameters

- `project_id` string, required

## Query parameters

- `page` integer, nullable
- `page_size` integer, nullable

## Response `200`

TestRunListResponseInfo(test_runs: list[shared.sqlalchemy.models.TestRun])

- object
  - `test_runs` TestRunInfo[], required
    - `test_run_id` string, uuid, required
    - `test_case_id` string, uuid, required

---

[API](https://skmtc.net/freeplay/apis/freeplay-api.md) · [All operations](https://skmtc.net/freeplay/apis/freeplay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/freeplay/freeplay-api/revisions/69c553220183/schema)
