get_project_by_name#

JmsApi.get_project_by_name(name, last_created=True)#

Query projects by name.

If no projects are found, an empty list is returned.

In multiple projects with same name are found, what is returned depends on the last_created value: :rtype: Union[Project, List[Project]]

  • If last_created=True, the last created project is returned.

  • If last_created=False, the full list of projects with the given name is returned.