Get Specific Job Pool’s Details

Using the following SDK, you will be able to get the details of a particular Job Pool by either passing the name or the ID of the Job Pool to the getJobpool() SDK method.

    
copy
const jobpoolWithName = await jobScheduling.getJobpool('test'); // get jobpool with jobpool name const jobpoolWithId = await jobScheduling.getJobpool('123456789'); // get jobpool with jobpool Id

Last Updated 2025-06-20 16:21:48 +0530 +0530