---
title: "GET /experimental/orgs/{orgId}/context-findings"
method: GET
path: "/experimental/orgs/{orgId}/context-findings"
tags: ["Orgs", "Context"]
---

# GET /experimental/orgs/{orgId}/context-findings

`GET /experimental/orgs/{orgId}/context-findings`

Lists findings for the specified context and related contexts that are visible to the caller in an organization.

## Path parameters

- `orgId` string, uuid, required

## Query parameters

- `sort` union
  - union[]
    - union
      - 'priority'
      - '-priority'
  - 'priority'
  - '-priority'
- `page[size]` number
- `page[after]` string
- `page[before]` string
- `contextLineageId` string, uuid, required
- `filter[status]` union
  - 'active'
  - 'ignored'
- `filter[archetype]` union
  - 'registry-match'
  - 'overlap'
  - 'frontmatter-error'
  - 'publishable'
  - 'drift'
  - 'untracked'
  - 'skill-overload'
  - 'oversized-skill'
  - 'policy-violation'
  - 'stale-content'
  - 'outdated-copy'
  - 'conflicting-rules'
  - union[]
    - union
      - 'registry-match'
      - 'overlap'
      - 'frontmatter-error'
      - 'publishable'
      - 'drift'
      - 'untracked'
      - 'skill-overload'
      - 'oversized-skill'
      - 'policy-violation'
      - 'stale-content'
      - 'outdated-copy'
      - 'conflicting-rules'
- `filter[priority]` union
  - 'critical'
  - 'high'
  - 'medium'
  - 'low'
  - union[]
    - union
      - 'critical'
      - 'high'
      - 'medium'
      - 'low'

## 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
    - `total` integer, required
    - `activeFamilyTotal` integer, required — Number of active findings for the context family.
  - `data` object[], required
    - `id` string, required
    - `type` 'finding', required
    - `attributes` object, required
      - `archetype` union, required
        - 'registry-match'
        - 'overlap'
        - 'frontmatter-error'
        - 'publishable'
        - 'drift'
        - 'untracked'
        - 'skill-overload'
        - 'oversized-skill'
        - 'policy-violation'
        - 'stale-content'
        - 'outdated-copy'
        - 'conflicting-rules'
      - `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'
      - `gated` boolean, required
      - `logicalSkill` object, nullable, required
        - `canonicalRepo` string, required
        - `canonicalName` string, required
        - `body` string, nullable, required
        - `frontmatter` object, nullable, required
        - `instanceCount` number, required
      - `skillInstance` object, nullable, required
        - `name` string, required
        - `path` string, required
        - `frontmatterError` string, nullable, required
        - `body` string, nullable, required
        - `frontmatter` object, nullable, required
        - `repoFullName` string, required
        - `repoDefaultBranch` string, required
        - `repoUrl` string, required
      - `clusterMembers` object[], required
        - `canonicalRepo` string, required
        - `canonicalName` string, required
        - `body` string, nullable, required
        - `frontmatter` object, nullable, required
        - `instanceCount` number, required
      - `instances` object[], required
        - `id` string, uuid, required
        - `path` string, required
        - `kind` union, required
          - 'source'
          - 'dependency'
        - `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
      - `repoFullName` string, nullable, required
      - `canonicalName` string, nullable, required
      - `evidence` object, nullable, required
        - `document` object, required
          - `contextType` 'agent-docs', required
          - `provider` string, required
          - `canonicalRepoUrl` string, required
          - `path` string, required
          - `contextLineageId` string, uuid, required
          - `contextVersionId` string, uuid, required
        - `ruleA` object, required
          - `startLine` integer, required
          - `endLine` integer, required
          - `text` string, required
        - `ruleB` object, required
          - `startLine` integer, required
          - `endLine` integer, required
          - `text` string, required
        - `sharedCondition` string, required
        - `explanation` string, required
        - `suggestedClarification` string, required
      - `workspaceId` string, uuid, nullable, required
      - `workspaceName` string, nullable, required
      - `groupId` string, uuid, nullable, required

## Other responses

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

## Changes

- **2026-09-23** `288d28ba107c` — 1 info
  - added `subschema #8` to the `data/items/attributes/archetype` response property `anyOf` list for the response status `200`
- **2026-09-15** `d50a02b79ad3` — 2 info
  - added the optional property `error/code` to the response with the `403` status
  - added the optional property `error/url` to the response with the `403` status
- **2026-09-15** `050f3217cf2c` — 1 warning, 1 info
  - added the new `finding` enum value to the `data/items/type` response property for the response status `200`
  - removed the `skill-inventory-finding` enum value from the `data/items/type` response property for the response status `200`
- **2026-09-10** `e57a144d1cab` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/tessl/apis/tessl-api/changes/experimental/orgs/:orgId/context-findings/get.md)

---

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