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

# Dateien suchen

`onedrive_search_files`

Sucht OneDrive-Dateien und -Ordner nach Name oder Inhalt.

## Parameter

| Parameter         | Typ    | Erforderlich | Beschreibung                          |
| ----------------- | ------ | ------------ | ------------------------------------- |
| `query`           | string | Ja           | Suchbegriff.                          |
| `limit`           | number | Nein         | Max. Ergebnisse (1-100, Standard 20). |
| `offset`          | number | Nein         | Ergebnisse überspringen.              |
| `response_format` | string | Nein         | `"markdown"` oder `"json"`.           |

## Rückgabewert

Objekt mit `results`-Array. Jedes Ergebnis: `itemId`, `name`, `webUrl`, `mimeType`, `size`, `lastModifiedDateTime`, `parentPath`, `isFolder`.

## Beispielverwendung

> "Suche in meinem OneDrive nach Dateien zum Q3-Bericht."
