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

Get the full configuration of a reaction by its ID, including its supported platforms and required arguments.

<Note>
  External Documentation

  To learn more, visit the [Trellix EDR documentation](https://docs.trellix.com/bundle/mvision-endpoint-detection-and-response-product-guide/page/UUID-0e578535-2485-35ec-071c-fd6563c41ddf.html).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter   | Description                                                                |
  | ----------- | -------------------------------------------------------------------------- |
  | Reaction ID | The ID of the reaction. Can be obtained using the `List Reactions` action. |
</div>

## Example Output

```json theme={"dark"}
{
	"data": {
		"id": "388",
		"type": "customReactions",
		"attributes": {
			"catalogVersion": 0,
			"metadata": {},
			"hidden": false,
			"dbVersion": 0,
			"description": "test Desc",
			"timeout": 60,
			"internalArguments": {},
			"internalName": "_Test_Reaction",
			"remediation": false,
			"task": "REACTION",
			"contents": [
				{
					"id": "10352",
					"platform": {
						"catalogVersion": 1100,
						"dbVersion": 0,
						"id": "1",
						"name": "windows",
						"topic": "/mcafee/mar/agent/query/windows",
						"enabled": true
					},
					"capability": {
						"catalogVersion": 1100,
						"dbVersion": 0,
						"id": "27",
						"name": "Execute PowerShell Script",
						"description": "Runs Windows PowerShell Scripts",
						"module": "SystemRuntime",
						"function": "executePS",
						"contentEnabled": true,
						"outputs": [],
						"formatArgs": {
							"hasHeaders": false,
							"delimiter": ","
						},
						"format": "CSV",
						"platforms": [
							{
								"catalogVersion": 1100,
								"dbVersion": 0,
								"id": "1",
								"name": "windows",
								"topic": "/mcafee/mar/agent/query/windows",
								"enabled": true
							}
						],
						"platformSettings": [
							{
								"id": "5142",
								"platform": {
									"catalogVersion": 1100,
									"dbVersion": 0,
									"id": "1",
									"name": "windows",
									"topic": "/mcafee/mar/agent/query/windows",
									"enabled": true
								},
								"utf8Sensitive": false
							}
						],
						"itemType": "CUSTOM",
						"catalogItems": [
							"COLLECTOR",
							"REACTION"
						]
					},
					"content": "test\r\n",
					"arguments": [],
					"utf8Sensitive": false
				}
			],
			"availableForTrigger": true,
			"name": "_Test_Reaction",
			"arguments": [
				{
					"id": "2369",
					"name": "test",
					"type": "STRING",
					"collectorMappings": [],
					"optional": false
				}
			],
			"availableOffline": false,
			"chainedReactions": []
		}
	},
	"jsonapi": {
		"version": "1.0"
	}
}
```

## Workflow Library Example

[Get Reaction with Trellix Edr and Send Results Via Email](https://library.blinkops.com/workflows/get-reaction-with-trellix-edr-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-reaction-with-trellix-edr-and-send-results-via-email/canvas" />
</div>
