---
title: "Get Result By Id"
method: GET
path: "/api/dedup-scan/results/{result_id}"
tags: ["dedup-scan"]
---

# Get Result By Id

`GET /api/dedup-scan/results/{result_id}`

Get a single dedup scan result by ID.

## Path parameters

- `result_id` string, uuid, required

## Response `200`

Successful Response

- ScanResultItem — Single deduped issue result.
  - `id` string, required
  - `title` string, required
  - `summary` string, nullable, required
  - `report` string, nullable, required
  - `severity` integer, nullable
  - `category` string, nullable
  - `suggested_fix_repo` string, nullable
  - `code_gen_status` string, nullable
  - `code_gen_action_type` string, nullable
  - `pr_url` string, nullable
  - `investigation_ids` string[], required
  - `investigation_count` integer, required
  - `triggered_by_users` TriggeredByUser[]
    - `slack_user_id` string, required
    - `real_name` string, nullable, required
    - `email` string, nullable, required
    - `is_bot` boolean
  - `routing_targets` IssueRoutingTarget[]
    - `target_type` 'user' | 'group', required
    - `target_id` string, required
    - `display_name` string, required
    - `mention_text` string, required
    - `investigation_count` integer, required
    - `repos` string[]
    - `reason` string, required
  - `source` string
  - `silenced_at` string, nullable
  - `trend` TrendInfo — Trend data comparing an issue to the previous scan.
    - `direction` 'up' | 'down' | 'stable' | 'new', required
    - `previous_count` integer, nullable
    - `delta` integer, nullable
  - `sentry_issue_ids` string[]
  - `session_replays` SessionReplayInfo[]
    - `recording_id` string, required
    - `start_time` string, required
    - `duration_seconds` number, required
    - `start_url` string, nullable
    - `user_email` string, nullable
    - `click_count` integer
    - `console_error_count` integer
    - `posthog_url` string, required
    - `relevance_reason` string, nullable
    - `console_errors` string[]

## 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/3898f654afba/schema)
