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