chunk-lineages
Delete Chunk Lineage Handler
Delete a single lineage edge between parent and child chunks.
DELETE
Delete Chunk Lineage Handler
Previous
List Path Parts HandlerList path parts (folders) under a parent with traversal.
This is a generic endpoint for traversing the folder hierarchy. It returns
only FOLDER type path parts.
- If parent_path_id is not provided, lists contents of the root folder.
- max_depth controls how deep to traverse (1 = direct children only).
- sort_order controls the ordering: LOGICAL (linked-list), NAME, UPDATED_AT, CREATED_AT.
For listing folder contents that includes documents with enriched metadata,
use GET /folders/{folder_id}/contents instead.
Next
Delete Chunk Lineage Handler
