Get Details of all Job PoolsAdmin Scope

Note: Ensure you have installed the required package to use this SDK method.

Using the getAllJobpool() SDK method, you can get the details of the job pools present in your project.

The jobScheduling reference used in the code snippets below is the component instance created to perform these operations.

copy
// get details of all the Job Pools
const allJobpools = await jobScheduling.getAllJobpool();

Last Updated 2026-07-02 14:51:41 +0530 IST