As per attatched screenshot of cluster Nodes where on selction of i icon - we see there is an API (check horizontal scrollbar) which displays the metadata of nodes - like labels.
We are not able to consume the same via morpheus API.
Kindly help us with the same
While there is not a direct API endpoint for that information there are a few places you could start.
There is an API endpoint for Get Cluster Workers that will provide perhaps some of the data you are looking for.
Additionally, using the API endpoint for Get API Config you could utilize a task to then query the K8s cluster directly for the data you are looking for. Something along the lines of:
That API-Config endpoint gives you an API key for your K8s cluster to query that directly via an API. We present you Morpheus labels, but not the meta information of the nodes.