Skip to main content
GET
Get the policy evaluations for an end user

Authorizations

x-api-key
string
header
required

Path Parameters

end_user_id_or_heron_id
string
required

Response

200 - application/json

Ok

decision_time_seconds
number | null
read-only

Seconds from intake to decision, measured across the workflow run that produced this evaluation. Null unless that run completed - still running, failed, a dry run, or evaluated outside a workflow. A restarted deal is timed from the restart

failed_checks
object[]
missing_data_checks
object[]
passed_checks
object[]
policy
object
policy_version
integer | null
read-only
result
enum<string>
Available options:
passed,
failed,
review_required,
missing_data,
execution_error,
skipped