Hi Experts,
Is there any API to check the status of the background tasks running in the system. I have trigger for source reset, but because of the background task, my source reset trigger is getting affected.
Hi
Have you check with the below api?
Best Regards,
Siva.K
Hey @chandramohans27 ,
https://{{tenant}}.api.{{domain}}.com/beta/task-status/:id(for a specific task beta API)
https://{{tenant}}.api.{{domain}}.com/beta/task-status/pending-tasks (for pending tasks beta API)
Any specific task that is causing this trouble? I don’t think you’ll see any new info with these API endpoints that is not already present on the UI.
But still let us know how it goes.