Skip to main content
GET
List resolution rules

Authorizations

X-API-Key
string
header
required

Path Parameters

organization_id
string<shortuuid>
required

UUID of the organization whose rules to list. Caller must have VIEW permission.

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

Query Parameters

scope_type
enum<string>

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.

Available options:
ORGANIZATION,
BRAND,
PRODUCT,
BATCH,
SERIAL
enabled
boolean

Optional filter on the enabled flag. true returns only currently-active rules; false returns only disabled-but-retained rules; omit to return both.

page
integer
default:1

Page number (1-indexed).

Required range: x >= 1
page_size
integer
default:25

Number of items per page (max 100).

Required range: 1 <= x <= 100

Response

OK

data
ResolutionRuleOut · object[]
required

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
PaginationMeta · object
required

Pagination envelope describing position within the full result set.

Example: