Orgs

Lists the union of Findings across every skill inventory in the org the caller can see, ranked by priority (critical → low) then recency and paginated with a single stable cursor spanning the union. filter[status] selects the slice: active (default) returns Findings on their inventory’s current scan that have not been user-ignored; ignored returns the user-ignored Findings on that same current scan, so they can be reviewed and restored. Both slices are scoped to the current scan, so a Finding that falls off its inventory’s latest scan leaves both regardless of whether it was ignored. Each row carries its owning workspace (workspaceId + workspaceName) for display and filtering; both fields are null for org-owned inventories that belong to no workspace. The union can be narrowed to specific workspaces with the repeatable workspaceId filter. Detail of gated archetypes (drift/overlap) is withheld on plans without the advancedInventoryFindings entitlement, exactly as on the per-inventory findings endpoint.

get/experimental/orgs/{orgId}/findings

Path parameters

orgIdstring uuid required

Query parameters

OR
'priority'
OR
'-priority'
page[size]number
page[after]string
page[before]string
'active'
OR
'ignored'
'registry-match'
OR
'overlap'
OR
'frontmatter-error'
OR
'publishable'
OR
'drift'
OR
'untracked'
OR
'skill-overload'
OR
'policy-violation'
OR
'stale-content'
OR
'outdated-copy'
OR
'critical'
OR
'high'
OR
'medium'
OR
'low'
OR
'active'
OR
'quiet'
OR
'dormant'
OR
string
OR
string[]
string uuid
OR
string[]
string uuid
OR
string[]

Headers

Authorizationstring

Response

Default Response

Changes

Changed in 6 of the 32 revisions of this API.35

    • removed the required property /// from the response with the status

      response-required-property-removed

    • added subschema #10 to the /// response property anyOf list for the response status

      response-property-any-of-added

    • added subschema #8 subschema #9 to the /// response property anyOf list for the response status

      response-property-any-of-added

    • added the required property /// to the response with the status

      response-required-property-added

    • response property data/items/attributes/workspaceId list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property data/items/attributes/workspaceName list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • removed subschema #7 from the /// response property anyOf list for the response status

      response-property-any-of-removed

    • endpoint added

      endpoint-added