Gets the output of a specific workflow execution by ID.

Parameters

ParameterDescription
Execution IDThe ID of the execution.
Workspace IDThe ID of the workspace.

Example Output

{
	"executions_data": [
		{
			"Duration": 16,
			"Execution": 604,
			"LMAlertID": "<string>",
			"LMUniqueAlertID": "<string>",
			"Name": "<string>",
			"ServiceNowID": "<string>",
			"Started": 366,
			"StartedReadable": "2021-07-16T15:40:53",
			"State": "Completed",
			"Subflow": true,
			"Workspace": "<string>"
		}
	]
}

Workflow Library Example

Get Workflows Execution Output with Blink and Send Results Via Email

Preview this Workflow on desktop