Skip to main content
GET
Rule Packs
Returns the normalized policy catalog for the active authenticated customer. Managed entries reflect the Anchor v3 runtime vocabulary. Custom entries are v2_frontier imports that have been activated at least once, including entries that are currently inactive. Supplying id selects detail and requires type.

Query Parameters

string
Rulepack ID for detail lookup; requires type
string
managed or custom. Filter list results or disambiguate a detail ID
integer
default:"1"
One-based result page
integer
default:"15"
Results per page (1–100)
Case-insensitive match against ID, name, or description
string
Filter by current runtime active state: 'true' or 'false'

Response - List

When called without id, returns paginated summaries under data.
array
Rulepack summaries
object
Pagination metadata (nullable)

Response - Detail

When called with id and type, returns one detailed rulepack under data, including its rules.
object
All summary fields, plus:

Errors

Example