---
title: "GET /v1/workspaces/{workspaceNameOrID}/skill-inventories/{id}/top-actions"
method: GET
path: "/v1/workspaces/{workspaceNameOrID}/skill-inventories/{id}/top-actions"
tags: ["SkillInventory"]
---

# GET /v1/workspaces/{workspaceNameOrID}/skill-inventories/{id}/top-actions

`GET /v1/workspaces/{workspaceNameOrID}/skill-inventories/{id}/top-actions`

Ranks the inventory’s active findings by a deterministic value score (severity × repo-activity × breadth) and returns the top few, each with a one-line rationale. Powers the Triage "Start here" panel so the client need not fetch and rank the feed itself.

## Path parameters

- `workspaceNameOrID` string, required
- `id` string, uuid, required

## Query parameters

- `limit` integer

## Headers

- `Authorization` string

## Response `200`

Default Response

- object
  - `links` object, required
    - `self` string, uri, required
    - `next` string, uri, nullable, required
    - `prev` string, uri, nullable, required
  - `meta` object, required
    - `count` number, required
  - `data` object[], required
    - `id` string, required
    - `type` 'skill-inventory-top-action', required
    - `attributes` object, required
      - `rank` integer, required
      - `score` number, required
      - `rationale` string, required
      - `archetype` union, required
        - 'registry-match'
        - 'overlap'
        - 'frontmatter-error'
        - 'publishable'
        - 'drift'
        - 'untracked'
        - 'unmanaged'
        - 'skill-overload'
      - `priority` union, required
        - 'critical'
        - 'high'
        - 'medium'
        - 'low'
      - `title` string, required
      - `repoActivity` union, required
        - 'active'
        - 'quiet'
        - 'dormant'
      - `instanceCount` integer, required
      - `impactedRepoCount` integer, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/tessl/apis/tessl-api.md) · [All operations](https://skmtc.net/tessl/apis/tessl-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tessl/tessl-api/versions/fbb186825642/schema)
