> ## Documentation Index
> Fetch the complete documentation index at: https://developers.myhero.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Onedrive list folder

> List files and subfolders directly inside a OneDrive folder. Omit folderId to list the root.

`onedrive_list_folder`

List files and subfolders directly inside a OneDrive folder. Omit `folderId` to list the root.

## Parameters

<ParamField path="folderId" type="string">
  OneDrive folder id. Omit for the root folder.
</ParamField>

<ParamField path="limit" type="integer" default={50}>
  Minimum: 1. Maximum: 100.
</ParamField>
