⚠️ Start an Asynchronous Process Search
POST {{cb_url}}/threathunter/search/v1/orgs/{{cb_org_key}}/processes/search_jobs
Initiate an asynchronous process search. This request will respond with a query_id
, which can be used to fetch the results of this search.
Permission (.notation name) | Operation(s) |
---|---|
threathunter.events | CREATE |
🔸 Qodex examples provided
🔹 The variable cb_query_id
is automatically updated with the value of query_id
in the response.
Request Body
{"search_params"=>{"q"=>"netconn_domain:google.com"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"query_id":"d7b67649-7ce8-4807-94c5-9ecf21a9cd3b","query":{"cb.max_backend_timestamp":1587053695886,"cb.min_backend_timestamp":0,"cb.min_device_timestamp":0,"q":"netconn_domain:google.com","rows":500,"start":0}}