Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!
The Product Idea boards have gotten an update to better integrate them within our Product team's idea cycle! However this update does have a few unique behaviors, if you have any questions about them check out our FAQ.

Alteryx Server Ideas

Share your Server product ideas - we're listening!
Submitting an Idea?

Be sure to review our Idea Submission Guidelines for more information!

Submission Guidelines

Enable API to call an Alteryx Server Workflow or App

It might be helpful to be able to use an API to call and pass parameters to/from an Alteryx App or Workflow on an Alteryx Server.  Then a user could use a  browser or another application to call an Alteryx app/workflow.

14 Comments
TanyaS
Alteryx Alumni (Retired)
Status changed to: Implemented

The following endpoint is available in all currently supported versions of Server:

POST /v1/workflows/{appId}/jobs/

davidhenington
10 - Fireball

@TanyaS Hi Tanya, can someone please provide some documentation on how this would be used? 

 

This has the potential to be incredibly powerful. 

KevinP
Alteryx Alumni (Retired)

@davidhenington Interactive documentation for the Gallery API is included with all server installs. You can access it by appending '/api-docs' to you Gallery base address (e.g. http(s)://host.domain.tld/gallery/api-docs). To interact with the subscription endpoints in the documentation you will need the API to be enabled for your studio/subscription by a curator so that your studio's secret and key are available to you. For the admin endpoints you will need to have curator permissions on your server to access the necessary secret and key. This documentation is also available via our public Gallery at https://gallery.alteryx.com/api-docs, but you will not be able to use it interactively from this location.

davidhenington
10 - Fireball

@KevinP THANKS!!!