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

# List Scan Runs

`GET /api/dedup-scan/runs`

List recent scan runs for the authenticated user's team.

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

Successful Response

- ApiDedupScanRouterScanRunResponse[]
  - `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)
