# Get Tag

## Overview

![The Get Tag Node.](https://2561100106-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff6JZovzOqBctA4C1o76u%2Fuploads%2Fgit-blob-09f5872958714096bca4f85e2790a83ebe9a2f69%2Fgettag.png?alt=media)

The **Get Tag Node** returns the tags that are attributed to the **Object** given as input. If an **Object** with no tags is given, an empty **Array** is returned.

[**Scope**](https://docs.incari.com/incari-studio/2023.2/overview#scopes): **Scene**, **Function**, **Prefab**.

## Inputs

| Input             | Type         | Description                                                           |
| ----------------- | ------------ | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**    | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Object ID`       | **ObjectID** | The **Object** whose tag(s) 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. |
| `Tag`              | **Array** | An **Array** of the **Object's** tag(s).                                                                                               |

## See Also

* [**Add Tag**](https://docs.incari.com/incari-studio/2023.2/toolbox/incari/object/add-tag)
* [**Get Objects By Tag**](https://docs.incari.com/incari-studio/2023.2/toolbox/incari/object/get-objects-by-tag)
* [**Remove Tag**](https://docs.incari.com/incari-studio/2023.2/toolbox/incari/object/remove-tag)
