When i schedule job in AWX i get schedule job id (for example - 343), After the job launched on scheduled time, i get new launch job id(for example - 34848) that is different from schedule job id.
How to get job id of launch job based on schedule job id.
Example - I want to pull 34848 job using schedule job id 343.