Hi @samaraneni In AEM 6.5, the JobManager API primarily focuses on ongoing or failed jobs, and completed jobs are often not retained for direct querying through the JobManager.If you specifically need to capture the status of completed jobs, one option is to implement a custom solution:Custom JobPro...