# Cosmo Get Asset Metadata Action

With the help of Cosmo Get Asset Metadata Action it is possible to request asset metadata and save it in the wildcard {node.result.?}. Metadata values can be retrieved with ‘nodeID\_metadataKey’ e.g. ’d7d99d44-07a1-40f8-8053-3db89482342c\_metaKey’. Characters as {} and % are not supported for metaKey. For the use of this node an asset with existing asset metadata in Cosmo is required and the asset ID as well as the metadata key must be known. Avoid using this node right after the Cosmo Add Asset To Project Action node or at least provide the Sleep Action in between and wait for 4000+ ms.

#### Example:

Consider an asset with the asset ID “6225d94587a52b082de53896”, the metadata key “type” and value “VIDEO”. To retrieve the value “VIDEO” a Cosmo Get Asset Metadata Action node must be added into the stream with 6225d94587a52b082de53896 as asset ID beforehand. The node ID e.g. “d7d99d44-07a1-40f8-8053-3db89482342c“ of this node can be used to get the metadata value “VIDEO” for its metadata key by using the {node.result.?} wildcard as following: {node.result.d7d99d44-07a1-40f8-8053-3db89482342c\_type}.

<figure><img src="/files/Yi4F5BLi5tjg364Cestc" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/ehFkv4hjZL8i8uQGFCOW" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.helmut.de/helmut4-releases/v4.9.1/helmut4-components/streamdesigner/nodes/actions/cosmo/cosmo-get-asset-metadata-action.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
