This endpoint retrieves the details of a specific rule within a project.
No request body parameters are required for this endpoint.
base_url (string): The base URL of the API.
account_id (string): The unique identifier of the account.
project_id (string): The unique identifier of the project.
rule_id (string): The unique identifier of the rule.
The response for this request is a JSON object with the following schema:
id (string): The unique identifier of the rule.
limit (number): The limit of the rule.
periodInSec (number): The period in seconds for the rule.
name (string): The name of the rule.
action (string): The action associated with the rule.
isActive (boolean): Indicates whether the rule is active.
condition (string): The condition associated with the rule.