Retrieve the document tree structure with nested children up to a given depth.
parentId (optional): Start the tree from this document ID. Omit to get root-level documents.depth (optional): Maximum nesting depth, 1-10. Defaults to 3.root: Array of top-level tree nodes, each with nested childrentotalDocs: Total number of documents in the responsetruncated: Whether the result was truncated (max 500 docs)nextParentIds: When truncated, IDs of leaf documents that have more children — use these as parentId to continue fetchingBearer token
Start tree from this document. Omit for root-level documents.
^[0-9a-fA-F]{24}$Max nesting depth (1-10). Defaults to 3.
1 <= x <= 10