fabric_get_shortcut
Fetch a specific OneLake shortcut by specifying the hosting item, its parent path, and the shortcut name.
Instructions
Get a single OneLake shortcut by path + name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemId | Yes | Item ID that hosts the shortcut (e.g. a lakehouse) | |
| shortcutPath | Yes | Shortcut parent path, e.g. "Files" or "Tables" | |
| name | Yes | Shortcut name | |
| workspace | No | Workspace ID (defaults to FABRIC_DEFAULT_WORKSPACE) |