Detailed execution infos, without data

The idea is:

Extend the API execution call, to give back the execution details, like which node was called and when, without the detailed data.

My use case:

I want to create an automation that tracks my executions and find bottlenecks in workflows. Unfortnually my executions contains much data and i do not want to save de detailed data running through the workflow as it would take much space and lasts long to make the call. But without the data, i can not get the execution time for each node back, only the time for the complete workflow.

I think it would be beneficial to add this because:

It would help to find bottlenecks in workflows without the need to use much space and time for proceeding.

Are you willing to work on this?

I could help, but i am not expienced in JavaScript which makes it hard to directly work on it. But ChatGPT would probably help me haha