Get Sitecore item detail
get_item_detailRetrieve a single Sitecore item's full details: ID, name, path, template, display name, field names and values, and child count. Provide the item GUID, optionally specify version and language.
Instructions
Fetch a single Sitecore / XM Cloud item's full details: id, name, path, template name, display name, all field names/values, and children count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemId | Yes | The GUID of the Sitecore item to fetch. | |
| version | No | Specific item version. Omit for the latest version. | |
| language | No | Language/locale code, e.g. 'en' or 'en-US'. Defaults to 'en'. | en |