List Jobs

The listJobs() function is executed on a project and lists all jobs available in this project.

Syntax and Example

Server server = MindsDB.connect();
List<Job> jobs = server.listJobs();
Updated on