Use this API to retrieve anomaly policies associated with a specific asset. This is commonly used in:
- Data lineage tools
- Asset overview dashboards
- SLA coverage or “policy inventory” reports
Endpoint
GET /catalog-server/api/rules/profile-anomaly/byAsset/:idPath Parameter
| Name | Type | Required | Description |
|---|---|---|---|
id | integer | Yes | Asset ID whose anomaly policies you want to fetch |
Sample Request
curl -X GET "https://{{HOST}}/catalog-server/api/rules/profile-anomaly/byAsset/9623966" \ -H "accessKey: {{ACCESS_KEY}}" \ -H "secretKey: {{SECRET_KEY}}"Was this page helpful?