plugin-sdkAPI ReferenceJobgetJobOn this pagegetJob plugin.job.getJob(jobId: string): Promise<JobShowResponse> Parameters ParameterTypeRequiredDescriptionjobIdstringYes Returns Promise<JobShowResponse> Example import plugin from '@codebolt/plugin-sdk';const result = await plugin.job.getJob('jobId');console.log(result);