# Get node's configuration information at runtime

**URL:** https://discourse.nodered.org/t/get-nodes-configuration-information-at-runtime/5208
**Category:** General
**Created:** [26 November 2018 13:18 UTC](https://discourse.nodered.org/t/get-nodes-configuration-information-at-runtime/5208 "2018-11-26T13:18:45Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![malinthasa](https://avatars.discourse-cdn.com/v4/letter/m/3be4f8/32.png) [@malinthasa](https://discourse.nodered.org/u/malinthasa)
#### Post date: [26 November 2018 13:18 UTC](https://discourse.nodered.org/t/get-nodes-configuration-information-at-runtime/5208/1 "2018-11-26T13:18:45Z")

</div>

Hi,

I am looking for a way to get a specific node's configuration information (ex: number of inputs, outputs) in the run-time from another node. Is there any admin API to do that?

Regards,  
Malintha

---

<div class="post-metadata">

### Author: ![ukmoose](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/ukmoose/32/13_2.png) [@ukmoose](https://discourse.nodered.org/u/ukmoose)
#### Post date: [26 November 2018 13:28 UTC](https://discourse.nodered.org/t/get-nodes-configuration-information-at-runtime/5208/2 "2018-11-26T13:28:33Z")

</div>

A node in Node-RED only has one input.

Generally a node doesn't have any knowledge of other nodes. It takes in a message, does it's thing and outputs a message, unless they share a config node where a shared configuration is defined.

---

<div class="post-metadata">

### Author: ![dceejay](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/dceejay/32/38_2.png) [@dceejay](https://discourse.nodered.org/u/dceejay)
#### Post date: [26 November 2018 16:22 UTC](https://discourse.nodered.org/t/get-nodes-configuration-information-at-runtime/5208/3 "2018-11-26T16:22:35Z")

</div>

Already answered on slack (Answer : no you can't)
