Rule Instance - List

GET

Retrieve Rule Instances

GET /rule-instances endpoint returns a list of all rule instances created by your account on flagright.

Response

This endpoint returns a list of objects.
idstring
typeenum
Allowed values: TRANSACTIONUSERUSER_ONGOING_SCREENING
ruleIdstring
checksForlist of strings
runCountdoubleOptional
hitCountintegerOptional
createdAtdoubleOptional
updatedAtdoubleOptional
filtersmap from strings to anyOptional
Rule filters. A key-value json object corresponding to the json schema returned by /rule-filters-schema endpoint.
parametersmap from strings to anyOptional
ruleNameAliasstringOptional
riskLevelParametersobjectOptional
actionenumOptional
Allowed values: ALLOWFLAGBLOCKSUSPEND
Model for rule action if a rule is hit. This is returned in the API response and can be configured on Console by operational accounts like a Compliance Analyst
riskLevelActionsobjectOptional
triggersOnHitobjectOptional
riskLevelsTriggersOnHitobjectOptional
status"ACTIVE" or "INACTIVE"Optional
Allowed values: ACTIVEINACTIVE
casePriorityenumOptional
Allowed values: P1P2P3P4