# Retrieve the specified rule Endpoint: GET /marketing/pressure/rules/{id} Version: 8.1.0 ## Path parameters: - `id` (string, required) The rule's id ## Header parameters: - `X-Key` (string, required) A unique API key used to authenticate requests to the NP6 platform. This key must be included in every API call to validate the identity and permissions of the client. Keep your API key secure and do not expose it in public code or logs. ## Response 200 fields (application/json): - `id` (string) Defines the id of the rule - `label` (string) Defines the name of the rule - `predicate` (object) Defines the name of the rule - `predicate.type` (string) - `stamp` (object) Defines the stamp informations of the rule (creation and modification date) - `stamp.creation` (string) Defines a date, used to store the creation date of a related data - `stamp.modification` (string) Defines a date, used to store the last modification date of a related data - `createdBy` (string) Defines the creator by their identity - `modifiedBy` (string) Defines the modifier by their identity - `enabled` (boolean) Defines if the rule is enabled or not ## Response 401 fields ## Response 403 fields ## Response 404 fields