AWX Job Template Monitoring

Currently, I am monitoring the total jobs pending and total failed jobs in the AWX using Prometheus.
Now I want to monitor a particular Job template or Workflow template in case any of their job fails.
Is there any metric path that I can use to monitor it through Prometheus?
I did found Job status metric path but it is not helping.

Hello,
Can you someone help?

We don’t export data for particular jobs/workflows. You’d have to build out your own service (maybe a sidecar pod in k8s) that polls for failed jobs, then serve up whatever data you want for prometheus to scrape.

To add to @fosterseth sidecar suggestion, you can query the API to find job results to any given job template:
https://awx.company.corp/api/v2/job_templates/<job_id>/jobs/