Authorizations
Response
200 - application/json
OK
curl --request GET \
--url https://app.herondata.io/api/rules/ \
--header 'x-api-key: <api-key>'
{
"rules": [
{
"condition": "equal",
"created": "2025-08-20T17:06:09.202118",
"date_range": "last_180_days",
"group": "data_quality_datasource",
"heron_id": "rul_Wq5UpUoNgRDCwEYPCBcWfP",
"last_updated": "2025-10-01T17:06:09.202152",
"metric_label": "unique_transactions",
"name": "notify_if_debt_investment_count_gt_0_last_180d",
"selector": {
"is_portfolio": true
},
"value": 42.42,
"value_str": "mrc_12345678ijwdd321d921"
}
]
}
Read all available rules
curl --request GET \
--url https://app.herondata.io/api/rules/ \
--header 'x-api-key: <api-key>'
{
"rules": [
{
"condition": "equal",
"created": "2025-08-20T17:06:09.202118",
"date_range": "last_180_days",
"group": "data_quality_datasource",
"heron_id": "rul_Wq5UpUoNgRDCwEYPCBcWfP",
"last_updated": "2025-10-01T17:06:09.202152",
"metric_label": "unique_transactions",
"name": "notify_if_debt_investment_count_gt_0_last_180d",
"selector": {
"is_portfolio": true
},
"value": 42.42,
"value_str": "mrc_12345678ijwdd321d921"
}
]
}
OK
Show child attributes
Was this page helpful?