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

---

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