snipara_get_chunk
Retrieve a complete indexed source chunk using its stable ID from a reference-based context query. Returns chunk text, source identity, and position metadata.
Instructions
Fetch one complete indexed source chunk by the stable chunk ID returned from a reference-based context query. This is a read-only VIEWER operation and changes no project state. Use snipara_context_query first to discover relevant references; use snipara_read for an exact document line range instead. Returns the chunk text, source identity, position metadata, and a bounded not-found/error result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chunk_id | Yes | The chunk ID from snipara_context_query results (when return_references=True) | |
| correlation_context | No | Optional retrieval-correlation context. Reuse session_id across retrieval and outcome calls so telemetry can be joined inside the authenticated project. These identifiers never change authorization or project scope; do not include secrets, tenant IDs, or user data. |