v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14159484.0 KB

Lists all runs for a specified workflow, with optional pagination and filtering support.

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

Headers

X-Amz-Target'AmazonMWAAServerless.ListWorkflowRuns' required

Request body

MaxResultsinteger

The maximum number of workflow runs to return in a single response.

NextTokenstring

The pagination token you need to use to retrieve the next set of results. This value is returned from a previous call to <code>ListWorkflowRuns</code>.

WorkflowArnstring required

The Amazon Resource Name (ARN) of the workflow for which you want a list of runs.

WorkflowVersionstring

Optional. The specific version of the workflow for which you want a list of runs. If not specified, runs for all versions are returned.

Response

Success

NextTokenstring

The pagination token you need to use to retrieve the next set of results. This value is null if there are no more results.