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

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

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

Lists Findings for an inventory across every archetype. Default status=active limits to Findings whose last_seen_scan_id matches the inventory’s latest scan and that have not been ignored; status=ignored lists user-ignored Findings.

## Path parameters

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

## Query parameters

- `sort` union
  - union[]
    - union
      - 'priority'
      - '-priority'
      - 'firstSeenScanIndex'
      - '-firstSeenScanIndex'
  - 'priority'
  - '-priority'
  - 'firstSeenScanIndex'
  - '-firstSeenScanIndex'
- `page[size]` number
- `page[after]` string
- `page[before]` string
- `archetype` union
  - 'registry-match'
  - 'overlap'
  - 'frontmatter-error'
  - 'publishable'
  - 'drift'
  - 'untracked'
  - 'unmanaged'
  - 'skill-overload'
  - union[]
    - union
      - 'registry-match'
      - 'overlap'
      - 'frontmatter-error'
      - 'publishable'
      - 'drift'
      - 'untracked'
      - 'unmanaged'
      - 'skill-overload'
- `priority` union
  - 'critical'
  - 'high'
  - 'medium'
  - 'low'
  - union[]
    - union
      - 'critical'
      - 'high'
      - 'medium'
      - 'low'
- `status` union
  - 'active'
  - 'resolved'
  - 'ignored'
  - 'all'
- `skill` string, uuid
- `repoFullName` string
- `repoActivity` union
  - 'active'
  - 'quiet'
  - 'dormant'
  - union[]
    - union
      - 'active'
      - 'quiet'
      - 'dormant'

## 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-finding', required
    - `attributes` object, 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
      - `description` string, required
      - `repoActivity` union, required
        - 'active'
        - 'quiet'
        - 'dormant'
      - `status` union, required
        - 'active'
        - 'resolved'
        - 'ignored'
      - `ignoreReason` union, required
        - 'not-relevant'
        - 'wont-fix'
        - 'noisy'
      - `firstSeenScanIndex` number, required
      - `lastSeenScanIndex` number, required
      - `gated` boolean, required
      - `logicalSkill` object, nullable, required
        - `id` string, uuid, required
        - `name` string, nullable, required
        - `scm` string, required
        - `canonicalRepo` string, required
        - `canonicalName` string, required
        - `category` union, required
          - 'first-party'
          - 'third-party'
          - 'unknown'
        - `bodyExcerpt` string, nullable, required
        - `body` string, nullable, required
        - `frontmatter` object, nullable, required
        - `instanceCount` number, required
        - `registryWorkspaceName` string, nullable, required
        - `registrySkillName` string, nullable, required
        - `registryTesslUrl` string, nullable, required
      - `skillInstance` object, nullable, required
        - `id` string, uuid, required
        - `name` string, required
        - `path` string, required
        - `kind` union, required
          - 'source'
          - 'dependency'
        - `party` union, required
          - 'first-party'
          - 'third-party'
          - 'unknown'
        - `frontmatterError` string, nullable, required
        - `body` string, nullable, required
        - `frontmatter` object, nullable, required
        - `agents` string[], required
        - `lastModified` object, nullable, required
          - `date` string, nullable, required
          - `authorLogin` string, nullable, required
          - `authorName` string, nullable, required
        - `repoFullName` string, required
        - `repoDefaultBranch` string, required
        - `repoUrl` string, required
      - `clusterMembers` object[], required
        - `id` string, uuid, required
        - `name` string, nullable, required
        - `scm` string, required
        - `canonicalRepo` string, required
        - `canonicalName` string, required
        - `category` union, required
          - 'first-party'
          - 'third-party'
          - 'unknown'
        - `bodyExcerpt` string, nullable, required
        - `body` string, nullable, required
        - `frontmatter` object, nullable, required
        - `instanceCount` number, required
        - `registryWorkspaceName` string, nullable, required
        - `registrySkillName` string, nullable, required
        - `registryTesslUrl` string, nullable, required
      - `instances` object[], required
        - `id` string, uuid, required
        - `name` string, required
        - `path` string, required
        - `kind` union, required
          - 'source'
          - 'dependency'
        - `party` union, required
          - 'first-party'
          - 'third-party'
          - 'unknown'
        - `frontmatterError` string, nullable, required
        - `agents` string[], required
        - `lastModified` object, nullable, required
          - `date` string, nullable, required
          - `authorLogin` string, nullable, required
          - `authorName` string, nullable, required
        - `repoFullName` string, required
        - `repoUrl` string, required
        - `repoDefaultBranch` string, 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)
