path-parts
List Path Parts Handler
List 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//contents instead.
GET
List Path Parts Handler
Headers
Query Parameters
Parent PathPart ID (defaults to root)
Maximum depth to traverse (1 = direct children, default: 1)
Required range:
x >= 1Sort order for results (default: LOGICAL)
Available options:
LOGICAL, NAME, UPDATED_AT, CREATED_AT Number of items per page
Required range:
1 <= x <= 100Number of items to skip
Required range:
x >= 0Cookies
List Path Parts Handler
