I have a Ansible job started by another Process. Now I need to check the status of the current running job in Ansible Tower.
I am able to track the status whether it is running/success/failed/canceled with /jobs/{id}
using REST API.
But I would also need the information of the console logs/ouputs of the task for processing as well. Is there any direct API call for the same?