Get Job Details

Note: This SDK is currently in deprecation. Migrate to JavaScript SDK now.

Using the following SDK method, you will be able to get all available details about a job that has been submitted to a job Pool. You need to pass the Job Id to the getJob() SDK method.

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

Last Updated 2026-09-08 16:37:33 +0530 IST