Start a Process Search (v2)
POST {{cb_url}}/api/investigate/v2/orgs/{{cb_org_key}}/processes/search_jobs
Creates a process search job. The results for the search job may be requested using the job_id returned.
RBAC PERMISSIONS REQUIRED
Permission (.notation name) | Operation(s) |
---|---|
org.search.events | CREATE |
Request Body
{"query"=>"hash:{{sha256}}", "rows"=>5000, "time_range"=>{"window"=>"-2w"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"job_id":"1c2ccbf4-5709-4acf-a74f-55d0a8f09e40"}