---
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.

The Overview page's ranked attention list in the `AttentionItem[]` tile
shape, read from the cached overview payload and never built here. Empty
list (200) until the overview has been built, or for a repo with nothing
to attend to - 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' | 'health_finding' | 'security_finding' | 'doc_drift' | 'refactoring', required
  - `title` string, required
  - `description` string, required
  - `severity` 'critical' | 'high' | 'medium' | 'low', required
  - `href` string, nullable

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-25** `98c833b3480d` — 5 warning
  - added the new `critical` enum value to the `items/severity` response property for the response status `200`
  - added the new `doc_drift` enum value to the `items/type` response property for the response status `200`
  - added the new `health_finding` enum value to the `items/type` response property for the response status `200`
  - added the new `refactoring` enum value to the `items/type` response property for the response status `200`
  - …1 more

[Change history](https://skmtc.dev/repowise/apis/repowise-hosted-api/changes/repos/:short_id/attention/get.md)

---

[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/29a9df53f763?raw)
