> For the complete documentation index, see [llms.txt](https://docs.tricloudnexus.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tricloudnexus.io/edge/nexus-modules/data-connector-modules/filetransfermodule/direct-commands/listblobs.md).

# ListBlobs

Calling this method list the blobs from a specified blob container.

### **Method Name:**

ListBlobs

### **Payload:**

The direct command requires the following properies:

* **ContainerName**: Name of the blob container to list files from
* **Folder**: Folder name to list files from
* **FilePatterns**: File pattern to list
* **IncludeDetails**: Boolean value that decides wether to return a detailed information
* **Skip**: Number of files in the list to skip, to support pagination
* **Take**: Number of files to include, to support pagination

### **Return value**

The direct command returns an OperationResult that indicates either success or failure, along with a list of files.
