> ## 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 Remediation Details By ID

Gets details of one or more incidents associated with a specific mailbox. Applies to company types: Company, Partner, Partner-full, Multipartner, Multipartner-full.

## 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 IDs | A comma-separated list of incident IDs to retrieve details for.                                                                                                                                                                             |
  | Page         | Requested page number out of the total number of pages in the response. The response returns a total\_pages element with the number of pages in the response. <br />Start with “1” to get an idea of how many total pages the response has. |
  | Period       | The period over which to filter the resulting incidents. <br />Possible values: 0 - Last 24 hours, 1 - Last 7 days, 2 - Last 90 days, 3 - Last 180 days, 4 - Last 360 days, 5 - Current year to date, 6 - All time.                         |
</div>

## Example Output

```json theme={"dark"}
{
	"page": 1,
	"total_pages": 1,
	"mitigations": [
		{
			"incidentID": 18939237,
			"mitigationID": 313463874,
			"incidentState": "<string>",
			"remediatedTime": null,
			"mailboxId": 2446803,
			"mailboxEmail": "<string>",
			"subject": "<string>",
			"senderEmail": "<string>",
			"senderIP": "<string>",
			"reportedBy": "<string>",
			"resolution": "<string>",
			"spfResult": "<string>"
		},
		{
			"incidentID": 1136572,
			"mitigationID": 294327531,
			"incidentState": "<string>",
			"remediatedTime": null,
			"mailboxId": 6571117,
			"mailboxEmail": "<string>",
			"subject": "<string>",
			"senderEmail": "<string>",
			"senderIP": "<string>",
			"reportedBy": "<string>",
			"resolution": "<string>",
			"spfResult": "<string>"
		}
	],
	"messages": []
}
```

## Workflow Library Example

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