---
title: "GET /GetWorkflowStepExecution#stepExecutionId"
method: GET
path: "/GetWorkflowStepExecution#stepExecutionId"
---

# GET /GetWorkflowStepExecution#stepExecutionId

`GET /GetWorkflowStepExecution#stepExecutionId`

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

## Query parameters

- `stepExecutionId` string, required

## Response `200`

Success

- GetWorkflowStepExecutionResponse
  - `requestId` string — The request ID that uniquely identifies this request.
  - `stepExecutionId` string — The unique identifier for the runtime version of the workflow step that you specified in the request.
  - `workflowBuildVersionArn` string — The Amazon Resource Name (ARN) of the build version for the Image Builder workflow resource that defines this workflow step.
  - `workflowExecutionId` string — The unique identifier that Image Builder assigned to keep track of runtime details when it ran the workflow.
  - `imageBuildVersionArn` string — The Amazon Resource Name (ARN) of the image resource build version that the specified runtime instance of the workflow step creates.
  - `name` string — The name of the specified runtime instance of the workflow step.
  - `description` string — Describes the specified workflow step.
  - `action` string — 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.
  - `message` string — The output message from the specified runtime instance of the workflow step, if applicable.
  - `inputs` string — Input parameters that Image Builder provided for the specified runtime instance of the workflow step.
  - `outputs` string — The file names that the specified runtime version of the workflow step created as output.
  - `startTime` string — The timestamp when the specified runtime version of the workflow step started.
  - `endTime` string — The timestamp when the specified runtime instance of the workflow step finished.
  - `onFailure` string — The action to perform if the workflow step fails.
  - `timeoutSeconds` integer — The maximum duration in seconds for this step to complete its action.

## Other responses

- `480` — ServiceException
- `481` — ClientException
- `482` — ServiceUnavailableException
- `483` — InvalidRequestException
- `484` — ForbiddenException
- `485` — CallRateLimitExceededException

---

[API](https://skmtc.net/aws/apis/imagebuilder.md) · [All operations](https://skmtc.net/aws/apis/imagebuilder/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/imagebuilder/versions/cfe68d8f8262/schema)
