List Rules
Returns a paginated, sorted list of Rules. Defaults to creation date descending.
Authorizations
JWT from IDM (Authorization: Bearer )
Body
Request parameters for listing Rules
Page number (0-indexed)
x >= 00
Page size (1–100)
1 <= x <= 10020
Sort field
createdAt, rule "createdAt"
Sort direction
ASC, DESC "DESC"
Filter by content group IDs (multi-valued). An empty list matches all content groups.
501["cg-marketing-en"]Filter by language codes (multi-valued, exact match). An empty list matches all languages.
501["en-GB"]Filter by active status.
true
Filter by AI-check-enabled status.
true
Filter by Style Guide IDs (multi-valued). Rules not linked to any Style Guide are excluded when this filter is set. If omitted or empty, this filter is not applied.
50["3fa85f64-5717-4562-b3fc-2c963f66afa6"]Filter by last-modified-by user account IDs (multi-valued). If omitted or empty, this filter is not applied.
501["5efc4feca115ac0bb5321917"]Filter by rule text (case-insensitive contains match).
450"Oxford comma"
Response
Rules retrieved successfully
Paginated list of Rules
Total number of rules matching the query
Total number of pages
Current page number (0-indexed)
Page size
Number of rules in the current page