---
title: "Run Probes"
method: POST
path: "/api/monitoring/run-probes"
tags: ["health"]
---

# Run Probes

`POST /api/monitoring/run-probes`

Start a probe run in the background and return its initial progress.

Deliberately does not await the run. A full pass calls an LLM provider, a
residential Mac, and one auth_check per specialist per
user; awaiting it held the request open for minutes with nothing to show,
and any proxy timeout in between lost the result entirely. The caller polls
``GET /monitoring/status`` and reads ``health_monitor.run`` instead.

## Response `200`

Successful Response

- object

## Changes

- **2026-08-14** `e202091512bc` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mozilla-ai/apis/clawbolt/changes/api/monitoring/run-probes/post.md)

---

[API](https://skmtc.dev/mozilla-ai/apis/clawbolt.md) · [All operations](https://skmtc.dev/mozilla-ai/apis/clawbolt/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mozilla-ai/clawbolt/revisions/579c110de1b8/schema)
