v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14159484.0 KB

Retrieves detailed information about a specific workflow run, including its status, execution details, and task instances.

post/#X-Amz-Target=AmazonMWAAServerless.GetWorkflowRun

Headers

X-Amz-Target'AmazonMWAAServerless.GetWorkflowRun' required

Request body

WorkflowArnstring required

The Amazon Resource Name (ARN) of the workflow that contains the run.

RunIdstring required

The unique identifier of the workflow run to retrieve.

Response

Success

WorkflowArnstring

The Amazon Resource Name (ARN) of the workflow that contains this run.

WorkflowVersionstring

The version of the workflow that is used for this run.

RunIdstring

The unique identifier of this workflow run.

RunType'ON_DEMAND' | 'SCHEDULED'

The type of workflow run. Values are <code>ON_DEMAND</code> (manually triggered) or <code>SCHEDULED</code> (automatically triggered by schedule).

OverrideParametersobject

Parameters that were overridden for this specific workflow run.