Skip to main content
GET
Get compliance report
Returns the latest compliance check results for content. Scope required: content:read

Path parameters

id
string
required
UUID of the content.

Response

article_id
string
UUID of the article.
status
string
Compliance status: not_checked, checking, or completed.
report
object | null
Compliance report object, or null if compliance has not been run.
When a compliance check has been completed:
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 May 1, 2026