Skip to main content
GET
Get compliance report
Returns the latest compliance check results for content. Scope required: 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.
When a compliance check has been completed:
Act on findings with Apply compliance decisions: 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.

Authorizations

X-API-Key
string
header
required

Your Hrizn API key (prefix hzk_)

Path Parameters

id
string<uuid>
required

Content ID

Response

Compliance report

data
object
Last modified on August 26, 2026