curl --request GET \
--url https://app.herondata.io/api/rules/ \
--header 'x-api-key: <api-key>'{
"rules": [
{
"condition": "equal",
"created": "2026-03-27T21:30:23.555980",
"date_range": "last_180_days",
"group": "data_quality_datasource",
"heron_id": "rul_64HM9KcLSuH4F8A6hhH4xS",
"last_updated": "2026-05-08T21:30:23.556050",
"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": "2026-03-27T21:30:23.555980",
"date_range": "last_180_days",
"group": "data_quality_datasource",
"heron_id": "rul_64HM9KcLSuH4F8A6hhH4xS",
"last_updated": "2026-05-08T21:30:23.556050",
"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"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.herondata.io/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?