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

# Element abrufen

`onedrive_get_item`

Gibt Metadaten für eine bestimmte Datei oder einen Ordner zurück - Name, Größe, Typ, Pfad, Erstellungs- und Änderungsdatum sowie Freigabeinfos.

## Parameter

| Parameter         | Typ    | Erforderlich | Beschreibung                |
| ----------------- | ------ | ------------ | --------------------------- |
| `item_id`         | string | Ja           | Element-ID oder `"root"`.   |
| `response_format` | string | Nein         | `"markdown"` oder `"json"`. |

## Rückgabewert

`DriveItem`-Objekt mit `id`, `name`, `webUrl`, `size`, Zeitstempeln, `file.mimeType`, `folder.childCount`, `parentReference.path`, `shared.scope`.

## Beispielverwendung

> "Wie groß ist das Element `01ABC123`?"
