Can we trigger the Run button of an Alteryx workflow from our application / website? If so what is the API that is used to trigger the workflow?
I have found only API's which give me the output related to the workflows which have been already executed, te API's that I found are from https://gallery.alteryx.com/api-docs
But I want to freshly execute the workflow externally using an API, Like we click the run button and the workflow gets executed inside Alteryx Gallery, same way it has to be executed from website using an API. What is the API to Run Alteryx workflow?
This is the API. This API is giving me the Job Id's which are already executed. There are no new workflows getting executing with this API.
<mywebsite.com>/gallery/api/v1/workflows/<appid>/jobs/?oauth_consumer_key=<consumer_key>&oauth_signature_method=HMAC-SHA1&oauth_nonce=979286045&oauth_timestamp=1641709486&oauth_version=1.0&oauth_signature=<oauth_signature>
Also, I am adding the image of API for better understanding. Please see the attachment for image
Solved! Go to Solution.
Anyone know how to get the published version of the workflow from Alteryx API?
Can we fetch the workflows with predefined tags from the Gallery.?if yes then how we can achieve this.
where i can get the appId ?