When running jobs in Automation services, we need to have a unique job ID per running job that is accessible via public API. Currently, I was unable to find such public job ID that can be used!
Use case:
When we execute jobs in Automation services, we keep track of each job execution in a custom db. We need to differentiate the running jobs by ID and user. But since Automation services runs under a single user "automationservices" we are left with a unique job id that matches what we get in the automation services log files.