Return every resolution rule owned by the organization, optionally filtered by scope and enabled status. Results are paginated with the standard {data, pagination} envelope (max page_size 100, default 25) and ordered by (scope_type, scope_id, order_index) — the same order the resolver evaluator uses.
Documentation Index
Fetch the complete documentation index at: https://docs.closient.com/llms.txt
Use this file to discover all available pages before exploring further.
UUID of the organization whose rules to list. Caller must have VIEW permission.
22^[23456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$Optional filter on rule scope. ORGANIZATION returns only org-wide rules; PRODUCT returns only per-product rules; etc. Omit to return rules at every scope.
ORGANIZATION, BRAND, PRODUCT, BATCH, SERIAL Optional filter on the enabled flag. true returns only currently-active rules; false returns only disabled-but-retained rules; omit to return both.
Page number (1-indexed).
x >= 1Number of items per page (max 100).
1 <= x <= 100OK
Items on the current page, each conforming to the endpoint's item schema. Empty when the result set is empty or page is past the end.
Pagination envelope describing position within the full result set.
{
"has_next": true,
"has_previous": false,
"page": 1,
"page_size": 25,
"total_count": 342,
"total_pages": 14
}