# Return diagnostics result of an AutoStopping Rule Returns the diagnostics result of an AutoStopping rule for the given identifier. Endpoint: GET /gateway/lw/api/accounts/{account_id}/autostopping/rules/{rule_id}/diagnostics Version: 1.0 Security: x-api-key ## Path parameters: - `account_id` (string, required) Account Identifier for the Entity - `rule_id` (number, required) ID of the AutoStopping rule for which you need to fetch the diagnostics details ## Query parameters: - `accountIdentifier` (string, required) Account Identifier for the Entity ## Response 200 fields (application/json): - `response` (array) - `response.message` (string) Error message if success were to be false - `response.name` (string) Name of the check - `response.success` (boolean) Flag which specifies if a diagnostic check is successful - `response.type` (string)