Get compliance results
Get compliance check results for content
GET
Get compliance report
Returns the latest compliance check results for content.
Scope required:
When a compliance check has been completed:
Act on findings with Apply compliance decisions:
content:read
Path parameters
string
required
UUID of the content.
Response
string
UUID of the article.
string
Compliance status:
not_checked, checking, completed, or failed.object | null
Latest report — overall verdict and score, per-category scores, and a flat
issues array. null if compliance has not been run.string
Stable finding id. Pass it to Apply compliance decisions as
issue_ids (fix) or ignore_issue_ids (dismiss). Ids survive re-checks of the same finding.object[]
Decisions already recorded against findings (
state: accepted or ignored, with who/when/why where known). Carried across re-checks, so a resolved finding does not come back as open.issue_ids fixes the copy, ignore_issue_ids records a dismissal.
To trigger a compliance check, use Trigger compliance. Content must be in
complete status before a compliance check can be run.Last modified on August 26, 2026
