v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1456338351.9 KB

Get the runtime information that was logged for a specific runtime instance of the workflow.

get/GetWorkflowExecution#workflowExecutionId

Query parameters

workflowExecutionIdstring required

Use the unique identifier for a runtime instance of the workflow to get runtime details.

Response

Success

requestIdstring

The request ID that uniquely identifies this request.

workflowBuildVersionArnstring

The Amazon Resource Name (ARN) of the build version for the Image Builder workflow resource that defines the specified runtime instance of the workflow.

workflowExecutionIdstring

The unique identifier that Image Builder assigned to keep track of runtime details when it ran the workflow.

imageBuildVersionArnstring

The Amazon Resource Name (ARN) of the image resource build version that the specified runtime instance of the workflow created.

type'BUILD' | 'TEST' | 'DISTRIBUTION'

The type of workflow that Image Builder ran for the specified runtime instance of the workflow.

status'PENDING' | 'SKIPPED' | 'RUNNING' | 'COMPLETED' | 'FAILED' | 'ROLLBACK_IN_PROGRESS' | 'ROLLBACK_COMPLETED'

The current runtime status for the specified runtime instance of the workflow.

messagestring

The output message from the specified runtime instance of the workflow, if applicable.

totalStepCountinteger

The total number of steps in the specified runtime instance of the workflow that ran. This number should equal the sum of the step counts for steps that succeeded, were skipped, and failed.

totalStepsSucceededinteger

A runtime count for the number of steps that ran successfully in the specified runtime instance of the workflow.

totalStepsFailedinteger

A runtime count for the number of steps that failed in the specified runtime instance of the workflow.

totalStepsSkippedinteger

A runtime count for the number of steps that were skipped in the specified runtime instance of the workflow.

startTimestring

The timestamp when the specified runtime instance of the workflow started.

endTimestring

The timestamp when the specified runtime instance of the workflow finished.