v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14107682538.8 KB

Retrieves a list of existing workflows. You can filter for specific workflows by their name and type. Using the type parameter, specify <code>PRIVATE</code> to retrieve a list of private workflows or specify <code>READY2RUN</code> for a list of all Ready2Run workflows. If you do not specify the type of workflow, this operation returns a list of existing workflows.

get/workflow

Query parameters

type'PRIVATE' | 'READY2RUN'

Filter the list by workflow type.

namestring

Filter the list by workflow name.

startingTokenstring

Specify the pagination token from a previous request to retrieve the next page of results.

maxResultsinteger

The maximum number of workflows to return in one page of results.

Response

Success

nextTokenstring

A pagination token that's included if more results are available.