Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Server Discussions

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

Python script for monitor the Alteryx workflow job

bsk_93
6 - Meteoroid

Hi All,

 

I need to write a python script to get Alteryx workflow job status like error, failed, Success/completed. May I know where job information store on alteryx mongodb table and what are the tables need to add on python scripts 

 

if anyone already written the python scripts, can share the information. How to start

 

1 REPLY 1
fmvizcaino
17 - Castor
17 - Castor

Hi @bsk_93 ,

 

I don`t have a Python script to share, but I have a suggestion. 

 

You can use Alteryx itself to query your MongoDB and here is a tutorial.

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

 

You are looking for the AlteryxService database and the AS_Queue collection.

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

 

Best,

Fernando Vizcaino