> ## 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 Custom Scripts Details

Get the details of custom scripts used for the RTR `runscript` command by their IDs.

The following permission is required to run this action:

* `Real Time Response (Admin)`: **Write**.

<Note>
  External Documentation

  To learn more, visit the [CrowdStrike documentation](https://developer.crowdstrike.com/api-reference/collections/real-time-response-admin/#rtr_getscriptsv2).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter  | Description                                                                                                           |
  | ---------- | --------------------------------------------------------------------------------------------------------------------- |
  | Script IDs | A comma-separated list of script IDs to get the details of. Can be obtained via the `List Custom Scripts IDs` action. |
</div>

## Example Output

```json theme={"dark"}
{
	"meta": {
		"query_time": 0.0000000001,
		"powered_by": "empower-api",
		"trace_id": "00000000-0000-0000-0000-000000000000"
	},
	"resources": [
		{
			"id": "",
			"name": "",
			"description": "",
			"content": "",
			"file_type": "",
			"platform": [],
			"permission_type": "",
			"sha256": "",
			"size": 0,
			"run_attempt_count": 0,
			"run_success_count": 0,
			"write_access": false,
			"share_with_workflow": false,
			"workflow_is_disruptive": false,
			"created_by": "",
			"created_by_uuid": "",
			"created_timestamp": "0001-01-01T00:00:00Z",
			"modified_by": "",
			"modified_by_uuid": "",
			"modified_timestamp": "0001-01-01T00:00:00Z"
		}
	],
	"errors": []
}
```

## Workflow Library Example

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