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

Get details on remediation by providing one or more IDs.

The following permission is required to run this action:

* `Vulnerabilities`: **Read**.

<Note>
  External Documentation

  To learn more, visit the [CrowdStrike documentation](https://falcon.us-2.crowdstrike.com/documentation/page/ab572b16/vulnerability-management-apis#x02e407a).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter       | Description                                |
  | --------------- | ------------------------------------------ |
  | Remediation IDs | A comma-separated list of remediation IDs. |
</div>

## Example Output

```json theme={"dark"}
{
	"meta": {
		"query_time": 0.000292109,
		"powered_by": "spapi",
		"trace_id": "940501ef-c431-4b7f-b65f-1bdac8a3fbdc"
	},
	"resources": [
		{
			"id": "23619c5342x0531594xxxxxxx531136f",
			"reference": "3.0.12",
			"title": "Update Videolan Vlc Media Player",
			"action": "Update Videolan Vlc Media Player to version 3.0.12 or newer",
			"link": ""
		},
		{
			"id": "14d2ac933036xxxxxxx47307c6a2a54",
			"reference": "KB6750043",
			"title": "Update Microsoft Windows Server 2009 R2",
			"action": "Install patch for Microsoft Windows Server 2009 R2 SP1 x64 (Server): Monthly Rollup KB6750043",
			"link": "https://catalog.update.microsoft.com/v7/site/Search.aspx?q=KB6750043"
		}
	]
}
```

## Workflow Library Example

[Get Remediations with Crowdstrike and Send Results Via Email](https://library.blinkops.com/workflows/get-remediations-with-crowdstrike-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-remediations-with-crowdstrike-and-send-results-via-email/canvas" />
</div>
