Actions
Get Workflow's Execution Output
Gets the output of a specific workflow execution by ID.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Execution ID | The ID of the execution. |
| Workspace ID | The ID of the workspace. |
{
"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>"
}
]
}
Was this page helpful?