QueryYaraRuleMatchesAsk AIget https://app.stairwell.com/v1/environments/{environment}/yaraRules/{yaraRule}/matchingObjectsLists objects that match a YARA rule.Path ParamsenvironmentstringrequiredThe environment containing the YARA rule.yaraRulestringrequiredThe YARA rule to query matches for.Query ParamsincludedEnvironmentsarray of stringsRestrict results to objects from the specified environments. These represent the environments that contain the objects which matched the rule (not the environment that owns the rule, which is specified in the name field). If empty, returns objects from all environments (subject to authorization).includedEnvironmentsADD stringpageSizeint32Maximum number of objects to return per page. The maximum value is 1000.pageTokenstringPage token from a previous QueryYaraRuleMatches call. Provide this to retrieve the next page of results.Response 200OKUpdated 3 months ago