--- markdown: advanced toc_includes_sections: true is_dynamic: true title: GET /workflows uri: /workflows method: GET summary: Retrieves a list of workflows. --- <%= @item[:summary] %> Resource URL -------------- <%= @item[:method] %> <%= server_name %><%= @item[:uri] %> Parameters -------------- id : Returns the Workflow with the given id (primary key, not SWID) name : Returns the Workflow(s) with the given name version : Must be used in combination with the "name" parameter. Returns the named workflow with the given version. Example Requests -------------- <%= server_name %> ~~~~~ Code Block ~~~~~