⚠️ Get Events Associated with a Given Process

POST {{cb_url}}/threathunter/search/v1/orgs/{{cb_org_key}}/events/_search

Returns all events associated with the required parameter cb.process_guid.

RBAC Permissions Required

Permission (.notation name)Operation(s)
threathunter.eventsREAD

See the Documentation

Request Body

{"search_params"=>{"q"=>"*:*", "cb.process_guid"=>"{{cb_process_guid}}"}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring