---
title: "Get Attention"
method: GET
path: "/repos/{short_id}/attention"
tags: ["analytics"]
---

# Get Attention

`GET /repos/{short_id}/attention`

Items needing developer attention for this repo.

Composes hotspots, decisions, and dead-code findings into the canonical
`AttentionItem[]` shape consumed directly by `@repowise-dev/ui`'s
`AttentionPanel`. Empty list (200) for repos with no attention-worthy
items - never 404.

## Path parameters

- `short_id` string, required

## Response `200`

Successful Response

- AttentionItem[]
  - `id` string, required
  - `type` 'stale_decision' | 'knowledge_silo' | 'ungoverned_hotspot' | 'dead_code' | 'proposed_decision', required
  - `title` string, required
  - `description` string, required
  - `severity` 'high' | 'medium' | 'low', required
  - `href` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/repowise/apis/repowise-hosted-api.md) · [All operations](https://skmtc.dev/repowise/apis/repowise-hosted-api/llms.txt) · [OpenAPI document](https://skmtc.dev/repowise/apis/repowise-hosted-api/revisions/8c05b8b9a5c4?raw)
