---
title: "Get Execution"
method: GET
path: "/connect/executions/formatted_execution/{exe_id}"
tags: ["Connect Executions"]
---

# Get Execution

`GET /connect/executions/formatted_execution/{exe_id}`

Get details for the selected workflow execution.

## Path parameters

- `exe_id` string, required

## Response `200`

Success

- object
  - `AutomationExecutionId` string — SSM doc automation execution id.
  - `AutomationExecutionStatus` string — Status of execution.
  - `DocumentName` string — Name of the workflow
  - `DocumentVersion` integer — Executed version of the workflow.
  - `ExecutedBy` string — AWS role that executed the workflow.
  - `ExecutionEndTime` string, date-time — Time at which execution ended.
  - `ExecutionStartTime` string, date-time — Start time of the execution.
  - `Mode` string
  - `Outputs` object — Outputs of the execution.
  - `Parameters` object — Runtime parameters for execution.
  - `PostProcessingCompletedAt` string, date-time — Time at which post processing was completed.
  - `ResolvedTargets` object
  - `StepExecutions` object[] — List of steps in workflow execution.
    - `Action` string — Action of the step in the workflow.
    - `ExecutionEndTime` string, date-time — Time when step execution ended.
    - `ExecutionStartTime` string, date-time — Time when execution started.
    - `Inputs` object — Inputs for the step.
    - `IsEnd` boolean — Indicator for final step.
    - `NextStep` string — Name of the next step.
    - `Outputs` object — Outputs of the step.
    - `OverriddenParameters` object — Overridden Parameters of the step.
    - `StepExecutionId` string — Unique execution id of the step.
    - `StepName` string — Name of the step.
    - `StepStatus` string — Status of the step.
    - `ValidNextSteps` string[] — Valid next steps in the workflow.
  - `Targets` string[]
  - `TaskId` integer — Integer id for execution task.
  - `TenantId` string — Tenant id of the owner of the workflow.
  - `Trigger` string — User who triggered the workflow.
  - `WorkflowDeleted` boolean — Indicator if workflow is deleted.
  - `WorkspaceId` string — ID of workspace this workflow belongs to.

## Other responses

- `400` — Bad request

---

[API](https://skmtc.net/spot/apis/spot-by-flexera-api.md) · [All operations](https://skmtc.net/spot/apis/spot-by-flexera-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spot/spot-by-flexera-api/revisions/72813baf8d47/schema)
