Get All Job Pools’ Details

Using the following SDK, you will be able to get all the available details on all of the available Job Pools.

copy
const allJobpools = await jobScheduling.getAllJobpool(); // get all jobpool's details

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