# geni memory files

> List memory references and original uploaded files.

Source: https://docs.generalinput.com/cli/memory/files



```sh
geni memory files [--personal] [--json]
```

Lists the memory guide, readable references, and original uploaded files. Use the returned path with `geni memory read`. Listing does not download original assets.

| Flag         | Notes                                                                                        |
| ------------ | -------------------------------------------------------------------------------------------- |
| `--personal` | List your own memory instead of workspace memory.                                            |
| `--json`     | Return a `files` array containing path, title, description, kind, MIME type, and known size. |

References keep the paths named in the guide, such as `references/brand.md`. An uploaded file also has an original path such as `originals/<fileId>/logo.png`; the file id keeps uploads with identical names separate.
