External DocumentationTo learn more, visit the Rapid7 InsightIDR documentation.
Actions
Set Investigation Status
Set the status of an investigation.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Disposition | A disposition to set the investigation to. Notes: - Only used if the new status is CLOSED. - Defaults to UNDECIDED upon creation. |
| Investigation ID | The ID or RRN of an investigation to set the status of. |
| Status | The status to set for the investigation. |
| Threat Command - Close Reason | The threat command reason when setting the investigation to closed. Note: Use only if the investigation being closed has an associated alert in Threat Command. |
| Threat Command - Free Text | Additional information to add when closing the investigation. |
| Parameter | Description |
|---|---|
| Multi Customer | When selected, investigations will be returned from all organizations the connected user has access to. Note: This feature is available for multi-customer user keys only. |
{
"id": "174e4f99-2ac7-4481-9301-4d24c34baf06",
"rrn": "rrn:investigation:us1:174e4f99-2ac7-4481-9301-4d24c34baf06:investigation:6A74T2A4",
"title": "Joe enabled account Joebob",
"status": "OPEN",
"source": "ALERT",
"disposition": "BENIGN",
"assignee": {
"name": "Ellen Example",
"email": "example@test.com"
},
"alerts": [
{
"type": "Account Created",
"type_description": "A new account has been created.",
"first_event_time": "2018-06-06T16:56:42Z"
}
],
"created_time": "2018-06-06T16:56:42Z"
}
Was this page helpful?