Connectors
...
Actions
Get Product List Alerts by Investigation
5 min
description retrieve all rapid7 insightidr alerts associated with a given investigation identifier, including path parameters and headers endpoint url idr/v2/investigations/{{identifier}}/rapid7 product alerts method get inputs path parameters (object) – required identifier (string) – required parameters (object) multi customer (boolean) headers (object) – required accept version (string) – required output example \[ { "status code" 200, "response headers" { "date" "tue, 25 jul 2023 05 13 19 gmt", "content type" "application/json", "transfer encoding" "chunked", "connection" "keep alive", "cache control" "no cache, no store, max age=0, must revalidate", "expires" "0", "pragma" "no cache", "x content type options" "nosniff", "x frame options" "deny", "x xss protection" "1; mode=block", "vary" "origin", "access control allow credentials" "true" }, "reason" "ok", "json body" \[ { "threat command details" { "alert id" "620ba5123b2aff3303ed65f3", "alert type" "phishing", "applicable close reasons" \[ "problemsolved", "informationalonly", "other" ] }, "type" "threat command" } ] } ] output parameters status code (number) reason (string) json body (array) threat command details (object) alert id (string) alert type (string) applicable close reasons (array) type (string) response headers header type date string content type string transfer encoding string connection string cache control string expires string pragma string x content type options string x frame options string x xss protection string vary string access control allow credentials string