> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Investigate Incident

Open an investigation of an incident. Its status will change to `Active` and the remediation process will start.

<Note>
  External Documentation

  To learn more, visit the [Palo Alto Cortex Xsoar documentation](https://docs-cortex.paloaltonetworks.com/r/Cortex-XSOAR-8-API/Investigate-an-incident?tocId=OKDPFGStJYh6vpLiZnxBEA).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter   | Description                                              |
  | ----------- | -------------------------------------------------------- |
  | Incident ID | The ID of the incident to start investigating.           |
  | Version     | The version of the investigation to start investigating. |
</div>

## Example Output

```json theme={"dark"}
{
	"error": null,
	"id": "123456",
	"invPlaybook": null,
	"investigation": {
		"cacheVersn": 0,
		"category": "",
		"closed": "0001-01-01T00:00:00Z",
		"created": "2024-02-21T09:41:41.293Z",
		"creatingUserId": "XSOARPAPIUser_3992",
		"dbotCreatedBy": "user@company.com",
		"details": "",
		"entryUsers": [
			"user@company.com"
		],
		"highPriority": false,
		"id": "157448",
		"isDebug": false,
		"lastOpen": "0001-01-01T00:00:00Z",
		"mirrorAutoClose": null,
		"mirrorTypes": null,
		"modified": "0001-01-01T00:00:00Z",
		"name": "b",
		"rawCategory": "",
		"reason": null,
		"runStatus": "",
		"sizeInBytes": 0,
		"slackMirrorAutoClose": false,
		"slackMirrorType": "",
		"status": 0,
		"systems": null,
		"tags": null,
		"type": 0,
		"users": [
			"user@company.com",
			""
		],
		"version": 2
	},
	"version": 1
}
```

## Workflow Library Example

[Investigate Incident with Palo Alto Cortex Xsoar and Send Results Via Email](https://library.blinkops.com/workflows/investigate-incident-with-palo-alto-cortex-xsoar-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/investigate-incident-with-palo-alto-cortex-xsoar-and-send-results-via-email/canvas" />
</div>
