> ## 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.

# Get Incident Details

Get details of a specific incident.

## Parameters

<div className="integrations-table">
  | Parameter   | Description                                                                                     |
  | ----------- | ----------------------------------------------------------------------------------------------- |
  | Company ID  | The ID of the company. Can be found under Account Settings -> General & Security -> Company ID. |
  | Incident ID | The ID of the incident to get details of.                                                       |
</div>

## Example Output

```json theme={"dark"}
{
	"company_id": 105153,
	"company_name": "<string>",
	"incident_id": 22635326,
	"classification": "<string>",
	"first_reported_by": "<string>",
	"first_reported_date": "2023-03-02T21:09:43.831568Z",
	"affected_mailbox_count": 4,
	"sender_reputation": "<string>",
	"banner_displayed": null,
	"sender_email": "<string>",
	"reply_to": null,
	"spf_result": null,
	"sender_is_internal": false,
	"themis_proba": 1,
	"themis_verdict": "<string>",
	"mail_server": {
		"host": null,
		"ip": "<string>"
	},
	"federation": {
		"companies_affected": 193,
		"companies_marked_phishing": 12,
		"companies_marked_spam": 12,
		"companies_marked_fp": 2,
		"companies_unclassified": 392,
		"phishing_ratio": 2
	},
	"reports": [
		{
			"name": "<string>",
			"email": "<string>",
			"subject": "<string>",
			"sender_email": "<string>",
			"mail_server": {
				"host": null,
				"ip": "<string>"
			},
			"headers": [
				{
					"name": "<string>",
					"value": "<string>"
				},
				{
					"name": "<string>",
					"value": "<string>"
				}
			]
		}
	],
	"links": [
		{
			"url": "<string>",
			"name": "<string>",
			"scan_result": "<string>"
		},
		{
			"url": "<string>",
			"name": "<string>",
			"scan_result": "<string>"
		}
	],
	"attachments": [
		{
			"file_name": "<string>",
			"file_size": 36855,
			"md5": "<string>",
			"scan_result": "<string>"
		},
		{
			"file_name": "<string>",
			"file_size": 2387,
			"md5": "<string>",
			"scan_result": "<string>"
		}
	],
	"original_email_body": "<string>",
	"email_body_text": "<string>",
	"reported_by_end_user": true,
	"reporter_name": "<string>"
}
```

## Workflow Library Example

[Get Incident Details with Ironscales and Send Results Via Email](https://library.blinkops.com/workflows/get-incident-details-with-ironscales-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/get-incident-details-with-ironscales-and-send-results-via-email/canvas" />
</div>
