---
title: "List Scan Runs"
method: GET
path: "/api/endpoint-monitor/runs"
tags: ["endpoint-monitor"]
---

# List Scan Runs

`GET /api/endpoint-monitor/runs`

List scan runs for the team (current + history).

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

Successful Response

- ApiProactiveScanRouterScanRunResponse[]
  - `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

## Other responses

- `422` — Validation Error

---

[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/revisions/4e792a4f0e21/schema)
