Skip to main content
GET
Get resolution rule summary

Authorizations

X-API-Key
string
header
required

Path Parameters

organization_id
string<shortuuid>
required

UUID of the organization whose rule summary to return. Caller must have VIEW permission.

Required string length: 22
Pattern: ^[23456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$

Response

OK

Aggregated resolver-rule counts for an organization.

total
integer
required

Total resolution rules owned by the organization.

active
integer
required

Enabled rules across all types.

inactive
integer
required

Disabled rules across all types.

by_type
RuleTypeBreakdownOut · object[]
required

Per-destination-type breakdown, ordered by descending total. Empty when the organization has no rules.