# SMB - List folder action
This action lists all files and subfolders from a specified folder in your SMB share. Items in subfolders are not retrieved.
# Input
| Input field | Description |
|---|---|
| Folder path | Provide the full path of the folder to retrieve the content of, for example: /folder1/folder2 |
# Output
The output of this action is a list of records, each record containing the following details:
| Output field | Description |
|---|---|
| Path | The full path of the resource, including the file name and extension, for example: /folder1/folder2/filename.csv. |
| Size | The size of the resource. |
| Kind | Indicates whether this item is a file or folder. |
| Attributes | Attributes of the resource. |
| Create time | The time the resource was created. |
| Change time | The time the resource was last changed. |
| Access time | The time the resource was accessed. |
Last updated: 5/21/2025, 5:22:32 AM