---
title: "List Runs"
method: GET
path: "/tool_health_check/runs"
---

# List Runs

`GET /tool_health_check/runs`

List recent tool health check runs for the current organization.

## Query parameters

- `limit` integer

## Response `200`

Successful Response

- ListToolHealthCheckRunsResponse — Response for listing recent tool health check runs.
  - `runs` ToolHealthCheckRunSummary[], required
    - `run_id` string, required
    - `name` string, required
    - `organization_id` string, required
    - `organization_name` string, required
    - `created_by` string, nullable
    - `status` 'pending' | 'running' | 'completed' | 'failed' | 'cancelled', required — Lifecycle status for a tool health check run.
    - `total_tools` integer, required
    - `completed_tools` integer, required
    - `passed_tools` integer, required
    - `failed_tools` integer, required
    - `no_evidence_tools` integer, required
    - `unsupported_tools` integer, required
    - `missing_integration_tools` integer, required
    - `pass_rate` number, nullable
    - `created_at` string, date-time, required
    - `started_at` string, date-time, nullable
    - `completed_at` string, date-time, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/traversal/apis/fastapi.md) · [All operations](https://skmtc.net/traversal/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/traversal/fastapi/revisions/2134ebffd1ef/schema)
