You need to create a connection to the SQL Server MSDB table, then you'll have access to the sysjobs objects: tables, procedures, views, and more.
Keep in mind, that you'll probably need to have some level of authentication to access the MSDB system table.
