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.
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 -
Best,
Fernando