provider Security Monitoring GET /api/v2/siem-threat-hunting/jobs
@utdk/datadog /api/v2/siem-threat-hunting/jobs
List threat hunting jobs
List threat hunting jobs.
page[size] query
Size for a given page. The maximum allowed value is 100.
integer
page[number] query
Specific page number to return.
integer
sort query
The order of the jobs in results.
string
filter[query] query
Query used to filter items from the fetched list.
string

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.

listthreathuntingjobs
GET/api/v2/siem-threat-hunting/jobs
List threat hunting jobs.

Size for a given page. The maximum allowed value is 100.

Specific page number to return.

The order of the jobs in results.

Query used to filter items from the fetched list.

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.listthreathuntingjobs({
  "page[size]": 10,
  "page[number]": 0
})