provider Security Monitoring GET /api/v2/siem-threat-hunting/histsignals
@utdk/datadog /api/v2/siem-threat-hunting/histsignals
List hist signals
List hist signals.
filter[query] query
The search query for security signals.
string
filter[from] query
The minimum timestamp for requested security signals.
string
filter[to] query
The maximum timestamp for requested security signals.
string
sort query
The order of the security signals in results.
enum: timestamp, -timestamp
page[cursor] query
A list of results using the cursor provided in the previous query.
string
page[limit] query
The maximum number of security signals in the response.
integer

Try it

Authentication
Configure credentials for Datadog API V2 Collection
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

listsecuritymonitoringhistsignals
GET/api/v2/siem-threat-hunting/histsignals
List hist signals.

The search query for security signals.

The minimum timestamp for requested security signals.

The maximum timestamp for requested security signals.

The order of the security signals in results.

A list of results using the cursor provided in the previous query.

The maximum number of security signals in the response.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import datadog from '@utdk/datadog';

await datadog.listsecuritymonitoringhistsignals({
  "page[limit]": 10
})