workflows
Get a workflow execution
Spaces method and path for this operation:
<div><span class="operation-verb get">get</span> <span class="operation-path">/s/{space_id}/api/workflows/executions/{executionId}</span></div>Refer to Spaces for more information.
Retrieve details of a single workflow execution by its ID.<br/><br/>[Required authorization] Route required privileges: workflowsManagement:readExecution OR workflowsManagement:managed:readExecution.
get/api/workflows/executions/{executionId}
Path parameters
executionIdstring required
Workflow execution ID
Query parameters
includeInputboolean
Include execution input data.
includeOutputboolean
Include execution output data.
Response
Indicates a successful response