> 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/toolbox/incari/media/getmedia.md).

# Get Media

## Overview

![The Get Media Node.](/files/RL0ecfvzRHy5JpgTkixH)

The **Get Media Node** returns the **Media Asset** of a **Media Object**. This would either be a **Video** or **Audio Asset**.

[**Scope**](/incari-studio/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 ID of the **Media Object** which will have its **Media Asset** 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. |
| `Media ID`         | **MediaID** | The returned ID of the **Media Asset** that is set to the **Media Object**.                                                            |

## See Also

* [**Set Media**](/incari-studio/toolbox/incari/media/setmedia.md)
* [**Video**](/incari-studio/objects-and-types/scene-objects/video.md)
* [**Audio**](/incari-studio/objects-and-types/scene-objects/audio.md)
