# Get List Data

## Overview

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

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

[**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 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**](https://docs.incari.com/incari-studio/2023.2/toolbox/incari/list2d/setlistdata)
