v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-141610169.0 KB

Lists all workflow runs for a specific workflow definition with optional filtering and pagination.

post/workflow-definitions/{workflowDefinitionName}/workflow-runs

Path parameters

workflowDefinitionNamestring required

The name of the workflow definition to list workflow runs for.

Query parameters

maxResultsinteger

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

nextTokenstring

The token for retrieving the next page of results.

Request body

sortOrder'Ascending' | 'Descending'

The sort order for the returned workflow runs (ascending or descending).

Response

Success

nextTokenstring

The token for retrieving the next page of results, if available.