Monitoring executions in self hosted n8n

Hello,

How to monitor each flow executions from outside of n8n ?
I mean check for each execution time , check for has error in execution or if it has error, the error occured in which node , etc.
is there a way?

There is an API endpoint that allows you to get all executions details. So you can crazy with that :slight_smile:

could you pls provide the endpoint?

It is from the public REST API
A quick google search should have given you the answer a lot quicker. :wink:

2 Likes

Thanks. could you pls see my other question? User access level control in n8n self hosted - Questions - n8n Community

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.