# Get catalog filter rule Get specific rule applying to user attributes. Endpoint: GET /v2/project/{project_id}/admin/user/attribute/rule/{rule_id} Version: 2.0.0 Security: basicAuth ## Path parameters: - `project_id` (integer, required) Project ID. You can find this parameter in your Publisher Account next to the name of the project. Example: 44056 - `rule_id` (number, required) Rule ID. Example: 1 ## Response 200 fields (application/json): - `rule_id` (number, required) Rule ID. - `name` (string, required) Readable name of a rule. Used to display a rule in Publisher Account. - `is_enabled` (boolean, required) If rule is enabled. - `is_satisfied_for_unauth` (boolean) Whether the item is displayed to unauthorized users. If true, the item is displayed to the unauthorized user regardless of catalog display rules. false by default. - `attribute_conditions` (array, required) Conditions for validating user attributes. Determine item availability in the catalog based on whether user attributes match all specified conditions. - `items` (array, required) - `items.item_id` (number) Item ID. - `items.sku` (string) Item SKU. - `items.name` (string) Item name. - `items.type` (string) Item type. Enum: "virtual_good", "virtual_currency", "bundle", "physical_good", "unit" - `items.bundle_type` (string) Bundle type. Returned if item type is a bundle. Enum: "standard", "virtual_currency_package" ## Response 401 fields (application/json): - `statusCode` (integer) Example: 401 - `errorCode` (integer) Example: 1501 - `errorMessage` (string) Example: "[0401-1501]: Authorization failed: Authorization header not sent" - `transactionId` (string) Example: "x-x-x-x-transactionId-mock-x-x-x"