Get neighboring siblings by traversing the sibling linked list.
Walks the sibling chain backward (prev) and forward (next) from the anchor chunk. Returns sections and chunks in sibling order within the same parent.
When chunks_only=true, the traversal stops at the first non-CHUNK
sibling in each direction, returning only chunk neighbors.
Documentation Index
Fetch the complete documentation index at: https://docs.knowledgestack.ai/llms.txt
Use this file to discover all available pages before exploring further.
Number of preceding siblings to include
0 <= x <= 20Number of succeeding siblings to include
0 <= x <= 20When true, stop traversal at non-CHUNK siblings (default: false)
Successful Response
Response for chunk neighbor traversal.
Returns items in the same SectionOrChunkItem discriminated union
format used by the document version contents endpoint.