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 step.

get/GetWorkflowStepExecution#stepExecutionId

Query parameters

stepExecutionIdstring required

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

Response

Success

requestIdstring

The request ID that uniquely identifies this request.

stepExecutionIdstring

The unique identifier for the runtime version of the workflow step that you specified in the request.

workflowBuildVersionArnstring

The Amazon Resource Name (ARN) of the build version for the Image Builder workflow resource that defines this workflow step.

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 step creates.

namestring

The name of the specified runtime instance of the workflow step.

descriptionstring

Describes the specified workflow step.

actionstring

The name of the action that the specified step performs.

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

The current status for the specified runtime version of the workflow step.

rollbackStatus'RUNNING' | 'COMPLETED' | 'SKIPPED' | 'FAILED'

Reports on the rollback status of the specified runtime version of the workflow step, if applicable.

messagestring

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

inputsstring

Input parameters that Image Builder provided for the specified runtime instance of the workflow step.

outputsstring

The file names that the specified runtime version of the workflow step created as output.

startTimestring

The timestamp when the specified runtime version of the workflow step started.

endTimestring

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

onFailurestring

The action to perform if the workflow step fails.

timeoutSecondsinteger

The maximum duration in seconds for this step to complete its action.