> ## 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 Recent

`onedrive_list_recent`

Lists files recently accessed or modified in OneDrive, ordered most-recent first. Useful for quickly finding files the user was working on without needing to know their folder path.

<Info>
  This action does not support offset paging. It returns up to `limit` most-recently accessed files in a single call.
</Info>

## Parameters

| Parameter         | Type   | Required | Description                                        |
| ----------------- | ------ | -------- | -------------------------------------------------- |
| `limit`           | number | No       | Max files to return (1–100, default 20).           |
| `response_format` | string | No       | Output format: `"markdown"` (default) or `"json"`. |

## Returns

An object with an `items` array and a `count`. Each item includes `itemId`, `name`, `webUrl`, `mimeType`, `size`, `lastModifiedDateTime`, `parentPath`, and `isFolder`.

## Example use

> "What files have I recently worked on in OneDrive?"
