> For the complete documentation index, see [llms.txt](https://docs.cloudfabrix.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudfabrix.io/rda/rda-userguide/rda-aiops-studio/examples-jupyter/data-mapping-cfxdm-dm-savelist.md).

# Data Mapping cfxdm - dm:savedlist

**dm: savedlist:** This dm function allows the user to list the saved named datasets.

**dm: savedlist** synta&#x78;**:** It doesn't require any arguments

{% hint style="info" %}
This tag is typically used along with the **dm: save**&#x20;
{% endhint %}

Use **dm: savedlist** tag to list saved named datasets. Use [**dm: save**](https://app.gitbook.com/@cloudfabrix/s/docs/rda/rda-userguide/rda-aiops-studio/examples-jupyter/data-mapping-cfxdm-dm-save) function to save dataset for incidents.csv as explained in dm: save section. Once the dataset is saved using dm: save, dm: savedlist is used to list the saved datasets.

Step 1:  Use dm: savedlist to check the logical datasets that were used to store the data using dm: save function as shown in the following screenshot.

Create a pipeline "**dm\_saved\_example\_1**" and copy the below code into your pipeline and execute that in your environment. \
\
\&#xNAN;*`##### This pipeline loads incidents.csv file into AIOps Studio.`*                          \
*`##### AIOps studio stores the data loaded from incidents.csv file`*\
*`##### into local dataset named 'incident-summary'.`*\
*`##### prints the data that was stored`*\
*`@files:loadfile filename = "incidents.csv"`*\
*`--> @dm:save name = 'incidents-summary'`*\
\
*`--> @c:new-block`*\
*`--> *dm:savedlist`*

![Pipeline code added and executed - Screenshot-1](/files/-Mf4yltpaETUuQbrTvOx)

![Successful execution of pipeline code - Screenshot-2](/files/-Mf4zCEN6K_mMicCN_Et)

Step 2: Verify that the incidents-summary dataset is part of the dm:savedlist call as shown in the below screenshot.

![](/files/-Mf4zkl-WQhfMLdkknAE)
