In case you missed the announcement: The Alteryx One Fall Release is here! Learn more about the new features and capabilities here
ACT NOW: The Alteryx team will be retiring support for Community account recovery and Community email-change requests Early 2026. Make sure to check your account preferences in my.alteryx.com to make sure you have filled out your security questions. Learn more here
Start Free Trial

Alteryx Server Discussions

Find answers, ask questions, and share expertise about Alteryx Server.

Running shared workflows using Gallery API

Jithendra
8 - Asteroid

Hi,

How can we execute the workflows shared by another user, using Alteryx Gallery API.

For example, I have private studio with API key and Secret key. I have published 4 workflows in my collection and shared the collection with another user called 'TestUser'. I.e. the TestUser is be able to execute all these 4 workflows through Alteryx Gallery.

Now the TestUser also has API key and Secret Key and tries to execute any of these 4 workflows using API Endpoint  /v1/workflows/{appId}/jobs/  (POST), we are getting 403 (Access denied) error.

And even the end point GET /v1/workflows/subscription/  (GET) is not showing up any of these 4 shared workflows information.

I.e. using private studio key's we are not able to access and execute the shared workflows.

 Any suggestion will be helpful. 

1 REPLY 1
ananthtony
6 - Meteoroid

Is this resolved? If yes, could you please provide the solution.