Get Doc Snippet
get_doc_snippetRetrieve a documentation snippet's full Markdown content and rowVersion, and optionally list pages embedding it to avoid breaking references before deletion.
Instructions
Get one snippet with its full Markdown content and rowVersion. Set includeUsages to also list the pages embedding it — do that before deleting one. Requires project context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| snippetId | Yes | The public Id (Guid) of the snippet | |
| versionId | Yes | The public Id (Guid) of the doc version | |
| includeUsages | No | Also list the pages using this snippet (default false) | |
| documentationId | Yes | The public Id (Guid) of the documentation |