# Get Volume

## Overview

![The Get Volume Node.](https://1553081948-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FU990HLHWA30dTfELtDUK%2Fuploads%2Fgit-blob-6ffcc48239b0ade925811d90a0857b6ca65a360d%2Fgetvolumenode20241.png?alt=media)

The **Get Volume Node** returns the current volume of a **Media Object**.

[**Scope**](https://docs.incari.com/incari-studio/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 target **Media Object**.                                          |

## 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. |
| `Volume`           | **Int**   | The integer value of the **Media's** volume.                                                                                           |

## See Also

* [**Set Volume**](https://docs.incari.com/incari-studio/toolbox/incari/media/setvolume)
