> 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/2024.1/toolbox/incari/list2d/getlistdata.md).

# Get List Data

## Overview

![The Get List Data Node.](/files/Vm8SAtpjXZPJsiU7d2kk)

The **Get List Data Node** returns the data of a **List** in **Array** format.

[**Scope**](/incari-studio/2024.1/toolbox/overview.md#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 ID** of the **List** from which the data will be retrieved. |

## 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. |
| `List Data`        | **Array** | The data from the desired **List** in **Array** format.                                                                                |

## See Also

* [**Set List Data**](/incari-studio/2024.1/toolbox/incari/list2d/setlistdata.md)
