Check if the workflow is running through the API

I would like to know if there is any way to check if a flow is running through the API.

In the past it was possible to consult http://localhost:5678/rest/executions-current

But due to the changes that were made it didn’t work that way anymore.

Now with the new API, is there anyway to do this type of search?

Hey @Rodrigo_Barbosa,

The API doesn’t currently support in progress but you can still use the old API with the owner account for n8n if using User Management by doing this…

3 Likes

If you still need something for this I made a pretty simple workflow that solves the problem that may be better than this solution. I’m not sure if that auth even works anymore