---
title: "Start Run"
method: POST
path: "/tool_health_check/runs"
---

# Start Run

`POST /tool_health_check/runs`

Start a tool health check run for all or selected tools.

## Request body

- StartToolHealthCheckRequest — Request to start a tool health check run.
  - `tool_names` string[], nullable
  - `execution_mode` 'configured_input' | 'agent' — How a tool health check should exercise each selected tool.

## Response `200`

Successful Response

- StartToolHealthCheckResponse — Response returned immediately after a run is created.
  - `run_id` string, required

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