> ## 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 Script Details

Get details about a script.

## Parameters

<div className="integrations-table">
  | Parameter               | Description                                                                                  |
  | ----------------------- | -------------------------------------------------------------------------------------------- |
  | Organization Group UUID | Unique identifier for the organization group. Can be obtained via the `Search Users` action. |
  | Script UUID             | The UUID of the script to get details about.                                                 |
</div>

## Example Output

```json theme={"dark"}
{
	"total_results": 2,
	"results": [
		{
			"script_uuid": "123456123-1234565-12345-1",
			"device_uuid": "123456123-1234565-12345-1",
			"script_name": "tt",
			"device_name": "Test12345",
			"return_code": 0,
			"status": 2,
			"last_seen_at": "2023-05-02T06:59:51.000",
			"execution_time_millis": 1712,
			"last_executed_at": "2022-10-19T06:06:24.000"
		},
		{
			"script_uuid": "123456123-1234565-12345-1",
			"device_uuid": "123456123-1234565-12345-1",
			"script_name": "tt",
			"device_name": "Test12345",
			"return_code": 0,
			"status": 2,
			"last_seen_at": "2023-05-02T10:02:46.000",
			"execution_time_millis": 2088,
			"last_executed_at": "2022-10-19T06:06:48.000"
		}
	]
}
```

## Workflow Library Example

[Get Script Details with Workspace One Uem and Send Results Via Email](https://library.blinkops.com/workflows/get-script-details-with-workspace-one-uem-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-script-details-with-workspace-one-uem-and-send-results-via-email/canvas" />
</div>
