KNIME Server Rest APIs

Is there a server API that would provide the workflows available on a KNIME server for execution? The API used in the Admin “List All Jobs” doesn’t provide what I’m expecting. It looks like it is a list of executed workflows, where I’m looking for the actual workflows and possibly getting the API needed to execute the workflows as well.

You can find a complete description of the KNIME Server REST API at http:///knime/rest/doc/index.html. If you want to list all available workflows, the “Repository” category is a good starting point.