How to pull job dependencies from the AAI API?
Release : 6.4.6.1
You can use the GET /jobs/{jobId}/downstream API call, to get successors of a specific job, and the GET /jobs/{jobId}/upstream API call to get predecessors of a specific job.
These API calls are similar to the job dependency data table report.
You can find this on the http://<hostname>:8080/aai/devPreview swagger page