Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Server Discussions

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

API call to get the workflow execution time and status

mot
11 - Bolide

Hello,

Is there and API call to get the workflow execution time and status (success/failed)? I don't see this information in the auditlog.

Thank you!

1 REPLY 1
jrgo
14 - Magnetar

Hi @mot 

 

I believe the Gallery API can only be used to retrieve the results of the most recent job that was ran for a Workflow. This information would likely need to be extract directly from MongoDB. 

 

There's also a Server Usage workflow that's available from the Downloads page (Under the "Alteryx Server" product) that will push out some generic Excel/PDF reports or a more interactive Tableau report if that's available to you. However, you can modify the workflow to suite your needs and/or to learn how to pull data out of Mongo.

jrgo_0-1630089005145.png