v1

latestOpenAPI 3.1.02026-07-246113.7 KB

Get Execution Status

Retrieves the current status and details of an execution. Returns execution metadata, status, and any error information if available.

get/status-remote/{executionId}

Path parameters

executionIdstring uuid required

The ID of the execution to check

Response

Execution status retrieved successfully

executionIdstring uuid required

The ID of the execution

workflowIdstring uuid required

The ID of the workflow

status'QUEUED' | 'RUNNING' | 'COMPLETED' | 'FAILED' | 'CANCELLED' | 'TIMEOUT' required

Current status of the execution

createdAtstring date-time required

When the execution was created

lastUpdatedAtstring date-time

When the execution was last updated

variableDataobject

variableName:variableValue pairs of variable data for the execution, from the initial queue request

dashboardURLstring

URL to view execution in dashboard

statusDescriptionstring

Additional details about the execution status