provider-get-item-by-path
Retrieve Sitecore content items using their full path, specifying database, language, and version parameters as needed for precise content access.
Instructions
Gets a Sitecore item by its path.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | The path of the item to retrieve (e.g. /sitecore/content/Home) | |
| database | No | The database containing the item (defaults to the context database) | |
| language | No | The language of the item to retrieve | |
| version | No | The version of the item to retrieve |