API - Flows stopped due to missing node types

Guys,
we have hundreds of nodes developed . Sometimes the installation doesn't work out of the box. As our application depends on a working system we need to do some smoke tests. Therefore the questions is whether there is an API or an Event which keeps the overall state of the installed nodes. That way we know whether everything was installed smoothly. The log basically has all information about missing nodes types

Cheers, Mike

image

You can get a list of the installed nodes via the /nodes admin endpoint - https://nodered.org/docs/api/admin/methods/get/nodes/

Just make sure you set the Accept http header to application/json