---
title: "Get Scan Run Results"
method: GET
path: "/api/endpoint-monitor/runs/{run_id}/results"
tags: ["endpoint-monitor"]
---

# Get Scan Run Results

`GET /api/endpoint-monitor/runs/{run_id}/results`

Get per-endpoint results for a scan run.

## Path parameters

- `run_id` string, uuid, required

## Response `200`

Successful Response

- ScanResultResponse[]
  - `id` string, required
  - `scan_run_id` string, required
  - `endpoint_route` string, required
  - `status` string, required
  - `assessment_evidence` string, nullable, required
  - `anomaly_type` string, nullable, required
  - `severity` string, nullable, required
  - `investigation_id` string, nullable, required
  - `investigation_verdict` object, nullable, required
  - `created_at` string, required
  - `detection_method` string, nullable
  - `anomaly_windows` unknown[], nullable
    - unknown
  - `chart_image` string, nullable

## 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/99c904ebb91c/schema)
