Orgs

Lists the union of Findings across every current account scan 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 the current scan for their SCM account 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 that account’s latest scan leaves both regardless of whether it was ignored. Each row carries a workspace grant attribution (workspaceId + workspaceName) for display and filtering, not a unique owner: when an account is granted to multiple visible workspaces, the endpoint selects one matching grant. Both fields are null for an org-wide grant. The union can be narrowed to specific workspaces with the repeatable workspaceId filter. Detail of gated archetypes (drift/overlap) is withheld on plans without advanced Findings access.

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
'oversized-skill'
OR
'policy-violation'
OR
'stale-content'
OR
'outdated-copy'
OR
'conflicting-rules'
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