get_list_item
Retrieve a specific item from a SharePoint list using list and item IDs. Optionally expand lookup fields for related data.
Instructions
Get a specific item from a SharePoint list
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| siteId | No | SharePoint site ID | |
| site | No | Known SharePoint site alias or canonical URL | |
| siteUrl | No | Canonical SharePoint site URL | |
| listId | Yes | SharePoint list ID | |
| itemId | Yes | List item ID | |
| expand | No | Comma-separated list of lookup fields to expand |