Showing on a repeating group if Scheduled Api Call exists?

I have a repeating group for Events and when I create an event I create a Scheduled API Call at the same time and save the Scheduled API ID with Event data. This is all good but is there are way to search Scheduled API Calls if they exist and show them on repeating group?

Of course I can make changes to event when scheduled api call runs but I would like to know if they exist before they are fired up?

I noticed that If I delete api calls from backend my saved Scheduled API Call ID still stay and they don’t stay synced.

Did you find a way to achieve this? Anyone knows how to show Scheduled API workflows in a repeating group?

1 Like

Does anyone know if Showing on a repeating group if Scheduled API Call Exists was ever implemented or a way to get to this information? I have a SAAS application that pulls data on a schedule from different API sources and it would be great to know using an interface whether those scheduled APIs are still scheduled. If they are not, I will know that I need to restart them.