Get details about a script.

Parameters

ParameterDescription
Organization Group UUIDUnique identifier for the organization group. Can be obtained via the Search Users action.
Script UUIDThe UUID of the script to get details about.

Example Output

{
	"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

Preview this Workflow on desktop