Get Details of a JobAdmin Scope

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

Pass the required job’s Job ID to the getJob() SDK method to get details about a job that has been submitted to a job pool.

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

copy
const job = await jobScheduling.JOB.getJob('1234567890'); // get job details with job ID

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