Stopping an API request process

If a request process is started via a flow step, how can that process get stopped in order to avoid overburdening an api?

Hi @John_Frandsen - Unfortunately, there’s not much that you can do if the process is already running. If you’re still building, you can delete or disconnect those API steps, but the original calls will still be made and can’t be cancelled in the middle.

It won’t solve the problem in the moment, but to mitigate this in the future, you could set a “max pages to fetch” if you’re worried about hitting api quotas or a “max requests per minute” to slow down the requests.

1 Like