get_security_monitoring_signals
Retrieve security monitoring signals from Datadog based on search criteria to identify and investigate potential security threats.
Instructions
The list endpoint returns security signals that match a search query. Both this endpoint and the POST endpoint can be used interchangeably when listing security signals.
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| No arguments | |||
Input Schema (JSON Schema)
{
  "properties": {},
  "type": "object"
}