Skip to main content
GET
What each rule decided, when, and the per-clause working behind it.

Headers

Range
string

Limiting and Pagination

Range-Unit
string
default:items

Limiting and Pagination

Prefer
enum<string>

Preference

Available options:
count=none

Query Parameters

id
string
rule_id
string
rule_code
string
rule_name
string
entity_type
string
entity_id
string
event_type
string
occurred_at
string
outcome
string
reasoning
string
actions_enqueued
string
duration_ms
string
select
string

Filtering Columns

order
string

Ordering

offset
string

Limiting and Pagination

limit
string

Limiting and Pagination

Response

OK

actions_enqueued
integer<integer>
duration_ms
integer<integer>
entity_id
string<uuid>
entity_type
string<character varying>
Maximum string length: 80
event_type
string<character varying>
Maximum string length: 60
id
string<uuid>

Note: This is a Primary Key.

occurred_at
string<timestamp with time zone>
outcome
string<character varying>
Maximum string length: 20
reasoning
string<jsonb>
rule_code
string<character varying>
Maximum string length: 60
rule_id
string<uuid>

Note: This is a Foreign Key to rules.id.

rule_name
string<character varying>
Maximum string length: 150