---
title: "Create Scan Run"
method: POST
path: "/api/endpoint-monitor/runs"
tags: ["endpoint-monitor"]
---

# Create Scan Run

`POST /api/endpoint-monitor/runs`

Trigger an on-demand scan of all monitored endpoints.

## Response `200`

Successful Response

- ApiProactiveScanRouterScanRunResponse — Response with scan run details.
  - `id` string, required
  - `team_id` string, required
  - `status` string, required
  - `endpoints_checked` integer, required
  - `anomalies_found` integer, required
  - `investigations_run` integer, required
  - `started_at` string, nullable, required
  - `completed_at` string, nullable, required
  - `error_message` string, nullable, required
  - `created_at` string, required

---

[API](https://skmtc.net/deeptrace/apis/fastapi.md) · [All operations](https://skmtc.net/deeptrace/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deeptrace/fastapi/versions/911db8c1d636/schema)
