listWorkflows
inline suspend fun OmicsClient.listWorkflows(crossinline block: ListWorkflowsRequest.Builder.() -> Unit): 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.