v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-141610169.0 KB

Retrieves the current state, configuration, and execution details of a workflow run.

get/workflow-definitions/{workflowDefinitionName}/workflow-runs/{workflowRunId}

Path parameters

workflowDefinitionNamestring required

The name of the workflow definition containing the workflow run.

workflowRunIdstring required

The unique identifier of the workflow run to retrieve.

Response

Success

workflowRunArnstring required

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

workflowRunIdstring required

The unique identifier of the workflow run.

status'RUNNING' | 'SUCCEEDED' | 'FAILED' | 'TIMED_OUT' | 'DELETING' required

The current execution status of the workflow run.

startedAtstring date-time required

The timestamp when the workflow run started execution.

endedAtstring date-time

The timestamp when the workflow run completed execution, if applicable.

modelIdstring required

The ID of the AI model being used for this workflow run.

logGroupNamestring

The CloudWatch log group name for this workflow run's logs.