listWorkflows
abstract suspend fun listWorkflows(input: ListWorkflowsRequest = ListWorkflowsRequest { }): ListWorkflowsResponse
Retrieves a list of existing workflows. You can filter for specific workflows by their name and type. Using the type parameter, specify PRIVATE
to retrieve a list of private workflows or specify READY2RUN
for a list of all Ready2Run workflows. If you do not specify the type of workflow, this operation returns a list of existing workflows.