Get Doc Snippet
get_doc_snippetGet 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 |