Alteryx Server Discussions

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

Alteryx Gallery API to get details of all running and Queued Jobs

sk98
5 - Atom

Hi Team, 

 

Is there is any way to get the details of all the currently running and queued jobs on the server without logging into admin portal and navigating to jobs page?

 

I want to get these details without login like API or any workflow that can fetch all these details. 

 

Please let me know if there is any workaround for the above requirement. 

 

 

 

1 REPLY 1
fmvizcaino
17 - Castor
17 - Castor

Hi @sk98 ,

 

Not sure if it was a typo when you mentioned without login like API.

 

You have two options without accessing the admin page.

1. API: Almost sure you need to check workflow by workflow.

2. MongoDB (easier): Connect to the Queue collection - 

https://help.alteryx.com/current/en/server/configure/database-management/mongodb-management/mongodb-...

https://knowledge.alteryx.com/index/s/article/Set-up-an-ODBC-connection-to-query-your-embedded-Mongo...

 

Best,

Fernando