Skip to content
Last updated
GEThttps://api.aitronos.com/v1/organizations/{org_id}/rules/{rule_id}/statistics/usage

Get usage statistics for a specific rule, including attachment counts by entity type.

org_id string required

The organization ID

rule_id string required

The rule ID

Returns

Returns usage statistics including attachment counts by entity type.

curl https://api.aitronos.com/v1/organizations/org_123abc/rules/rule_a1b2c3d4/statistics/usage \
  -H "X-API-Key: $FREDDY_API_KEY"