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.
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