You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Get a list of security findings that match a search query.
4876
+
// Get a list of security findings that match a search query. [See the schema for security findings](https://docs.datadoghq.com/security/guide/findings-schema/).
4877
4877
//
4878
4878
// ### Query Syntax
4879
4879
//
4880
-
// This endpoint uses the logs query syntax. Findings attributes (living in the custom. namespace) are prefixed by @ when queried. Tags are queried without a prefix.
4880
+
// This endpoint uses the logs query syntax. Findings attributes (living in the attributes.attributes. namespace) are prefixed by @ when queried. Tags are queried without a prefix.
4881
4881
//
4882
4882
// Example: `@severity:(critical OR high) @status:open team:platform`
// Get a list of security findings that match a search query.
7067
+
// Get a list of security findings that match a search query. [See the schema for security findings](https://docs.datadoghq.com/security/guide/findings-schema/).
7068
7068
//
7069
7069
// ### Query Syntax
7070
7070
//
7071
-
// The API uses the logs query syntax. Findings attributes (living in the custom. namespace) are prefixed by @ when queried. Tags are queried without a prefix.
7071
+
// The API uses the logs query syntax. Findings attributes (living in the attributes.attributes. namespace) are prefixed by @ when queried. Tags are queried without a prefix.
7072
7072
//
7073
7073
// Example: `@severity:(critical OR high) @status:open team:platform`
0 commit comments