> For the complete documentation index, see [llms.txt](https://docs.incari.com/incari-studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incari.com/incari-studio/2023.1/toolbox/incari/object/get-name.md).

# Get Name

## Overview

![The Get Name Node.](/files/ujjlwbzjAaak7hL9OM81)

The **Get Name Node** returns the name of an **Object** when its **Object ID** is provided.

## Attributes

![The Get Name Node Attributes.](/files/1sDA5Y1pAPPIWrBo6EBg)

| Attribute | Type         | Description                                                                                 |
| --------- | ------------ | ------------------------------------------------------------------------------------------- |
| `Object`  | **ObjectID** | The **Object** whose name will be returned, if one is not provided in the **Input Socket**. |

## Inputs

| Input             | Type         | Description                                                           |
| ----------------- | ------------ | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**    | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Object ID`       | **ObjectID** | The **Object** whose name will be returned.                           |

## Outputs

| Output             | Type       | Description                                                                                                                            |
| ------------------ | ---------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►) | **Pulse**  | A standard **Output Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution. |
| `Object Name`      | **String** | Returns the name of the specified **Object**.                                                                                          |
