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[]
pass_status
any | null
read-only

Where the evaluation pass this row belongs to has got to. Null when the deal was evaluated outside a workflow, or by a policy with no active version

Available options:
in_progress,
completed,
failed,
null
passed_checks
object[]
policy
object
policy_version
integer | null
read-only
result
any | null

The section's verdict. Null when the evaluation pass has not decided this section yet - read it with pass_status, which is in_progress for those rows

Available options:
passed,
failed,
review_required,
missing_data,
execution_error,
skipped,
null