Hey @pb84, I don’t think there’s currently an easy way to query the status of a node I am afraid.
A hacky approach would be to first download the current workflow JSON (check this topic for details on how to do this using the new user management functionality) and then parse the workflow JSON to check the status of an individual node.
For example like so (make sure to save your workflow before testing this):
Note that the UI API used here is undocumented and can change without notice in the future, so be careful when upgrading n8n.