We are using the legacySearchRulesAlerts endpoint to retrieve alerts from the instance. We have the following questions regarding its behavior:
- Does this endpoint return alerts generated by both customer-defined rules and curated rules?
- If not, is there a separate endpoint that can retrieve alerts specifically from curated rules?
As part of our detection retrieval capability, we are currently using the legacySearchDetections endpoint, which requires a ruleId as a mandatory query parameter. To gather the ruleId values, we are using the listRules endpoint. Here are our questions in this context:
- Does the listRules endpoint return rule information for both customer-defined and curated rules?
- If not, what is the appropriate method to fetch detections triggered by curated rules?
- We came across the curatedRules endpoint and attempted to use it, but received an empty response. Additionally, based on the documentation, the response structure does not seem to include ruleId, which is required by the legacySearchCuratedDetections endpoint.
- Given this, could you advise on the correct way to utilize the legacySearchCuratedDetections endpoint?
Thank you!

