---
title: "Get Scan Run"
method: GET
path: "/api/dedup-scan/runs/{run_id}"
tags: ["dedup-scan"]
---

# Get Scan Run

`GET /api/dedup-scan/runs/{run_id}`

Get details of a specific scan run.

## Path parameters

- `run_id` string, uuid, required

## Response `200`

Successful Response

- ApiDedupScanRouterScanRunResponse — Response with scan run details.
  - `id` string, required
  - `team_id` string, required
  - `schedule_id` string, nullable, required
  - `status` string, required
  - `hours_lookback` integer, required
  - `started_at` string, nullable, required
  - `completed_at` string, nullable, required
  - `result_summary` object, nullable, required
  - `error_message` string, nullable, required
  - `created_at` string, required
  - `synthesis` 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/versions/2e2a6de8aeda/schema)
