# Get Tag

## Overview

![The Get Tag Node.](https://4263346935-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLnh3x8s9fddWeG8TaAug%2Fuploads%2Fgit-blob-912a18b36d071ddd7f23e56910028c127b20a701%2Fgettagnode20241.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/2024.1/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/2024.1/toolbox/incari/object/add-tag)
* [**Get Objects By Tag**](https://docs.incari.com/incari-studio/2024.1/toolbox/incari/object/get-objects-by-tag)
* [**Remove Tag**](https://docs.incari.com/incari-studio/2024.1/toolbox/incari/object/remove-tag)
