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

# List Files Shared With Me

> Lists OneDrive files and folders that others have shared with the signed-in user.

`onedrive_list_shared_with_me`

Lists OneDrive files and folders that others have shared with the current user. Use `onedrive_get_file_content` with the returned item IDs to read the content of a shared file.

## Parameters

| Parameter         | Type   | Required | Description                                        |
| ----------------- | ------ | -------- | -------------------------------------------------- |
| `limit`           | number | No       | Max items to return (1–100, default 20).           |
| `offset`          | number | No       | Items to skip for pagination (default 0).          |
| `response_format` | string | No       | Output format: `"markdown"` (default) or `"json"`. |

## Returns

An object with an `items` array, `total_count`, `count`, `offset`, `has_more`, and `next_offset`. Each item includes `id`, `name`, `webUrl`, `size`, `lastModifiedDateTime`, and sharing info.

## Example use

> "What files have been shared with me in OneDrive?"
