Get all suppression rules

GET {{baseUrl}}/api/v2/security_monitoring/configuration/suppressions

Get the list of all suppression rules.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"data":[{"attributes":{"creation_date":46407952,"creator":{"handle":"john.doe@datadoghq.com","name":"John Doe"},"data_exclusion_query":"source:cloudtrail account_id:12345","description":"This rule suppresses low-severity signals in staging environments.","enabled":true,"expiration_date":1703187336000,"name":"Custom suppression","rule_query":"type:log_detection source:cloudtrail","suppression_query":"env:staging status:low","update_date":53688157,"updater":{"handle":"john.doe@datadoghq.com","name":"John Doe"},"version":42},"id":"3dd-0uc-h1s","type":"suppressions"},{"attributes":{"creation_date":54035495,"creator":{"handle":"john.doe@datadoghq.com","name":"John Doe"},"data_exclusion_query":"source:cloudtrail account_id:12345","description":"This rule suppresses low-severity signals in staging environments.","enabled":true,"expiration_date":1703187336000,"name":"Custom suppression","rule_query":"type:log_detection source:cloudtrail","suppression_query":"env:staging status:low","update_date":69381115,"updater":{"handle":"john.doe@datadoghq.com","name":"John Doe"},"version":42},"id":"3dd-0uc-h1s","type":"suppressions"}]}