Hi, I am trying to use the Oozie Web Services API to fetch job information.
*API doc: * https://oozie.apache.org/docs/4.2.0/WebServicesAPI.html#Job_Information I am wondering if it is possible to get the 'Action Configuration' information for a particular action of a flow. I couldn't find it anywhere in the docs. Expecting something like: GET /oozie/v2/job/job-id@action-name?show=actionconfiguration Thanks Akshay
