> ## 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 Organization Group Scripts

Returns a list of script(s) with scripts details for the organization group.

## Parameters

<div className="integrations-table">
  | Parameter               | Description                                                                                  |
  | ----------------------- | -------------------------------------------------------------------------------------------- |
  | Name                    | Filter records based on the script name. Partial names are accepted.                         |
  | Organization Group UUID | Unique identifier for the organization group. Can be obtained via the `Search Users` action. |
</div>

## Example Output

```json theme={"dark"}
{
	"RecordCount": 1,
	"SearchResults": [
		{
			"assignment_count": 7,
			"created_or_modified_by": "Text value",
			"created_or_modified_on": "2022-06-03T03:01:40.9627035+01:00",
			"description": "Text value",
			"name": "Text value",
			"organization_group_name": "Text value",
			"organization_group_uuid": "bcc121e5-e897-4aea-baa6-c7d6c1c3a730",
			"platform": "UNKNOWN",
			"script_type": "UNKNOWN",
			"script_uuid": "62943bea-ba86-427c-a250-dc8bb2f60d0a",
			"version": "45612284-b30c-4a05-97ba-2e8591986c7d"
		}
	]
}
```

## Workflow Library Example

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