v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14159484.0 KB

Retrieves detailed information about a workflow, including its configuration, status, and metadata.

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

Headers

X-Amz-Target'AmazonMWAAServerless.GetWorkflow' required

Request body

WorkflowArnstring required

The Amazon Resource Name (ARN) of the workflow you want to retrieve.

WorkflowVersionstring

Optional. The specific version of the workflow to retrieve. If not specified, the latest version is returned.

Response

Success

WorkflowArnstring required

The Amazon Resource Name (ARN) of the workflow.

WorkflowVersionstring

The version identifier of the workflow.

Namestring

The name of the workflow.

Descriptionstring

The description of the workflow.

CreatedAtstring date-time

The timestamp when the workflow was created, in ISO 8601 date-time format.

ModifiedAtstring date-time

The timestamp when the workflow was last modified, in ISO 8601 date-time format.

EngineVersioninteger

The version of the Amazon Managed Workflows for Apache Airflow Serverless engine that this workflow uses.

WorkflowStatus'READY' | 'DELETING'

The current status of the workflow.

RoleArnstring

The Amazon Resource Name (ARN) of the IAM role used for workflow execution.

TriggerModestring

The trigger mode for the workflow execution.

WorkflowDefinitionstring

The workflow definition content.