# GETFILELIST

#### Syntax

**GETFILELIST**()

The function returns a range containing all files which have been uploaded or created in the current nedyx workspace, with the following columns:

1. **Hashed internal file name** - a hash of the internal file name, including the original file extension.
2. **Type** - The type of the file. Possible values are: “image” and “file”
3. **File size** - the size of the file in bytes
4. **App name** - the name of the app from which the file has been uploaded or created
5. **User name** - the email of the user which has uploaded the file
6. **Upload time**
7. **Last access time** - for "file" type only

#### Remarks

The main purpose of this function is to provide Admin users an overview of all stored files and images of a workspace, to be able to clean it up from time to time. On the other hand, it should not be possible to open these files, because they could contain sensible information.

To enable this, file names are only returned in hashed format. So it is possible to delete the files (by using the DELETEFILE function), but not to download or send them by email.

#### Example

<figure><img src="/files/TKnmrmqoKoDdQlfqKPrc" 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.nedyx.com/nedyx/clearlines-functions/import-export-functions/getfilelist.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.
