List folder ancestors
Folders
List folder ancestors
GET
List folder ancestors
Return the ancestor chain of a folder, ordered from the workspace root down to (and including) the folder itself.
Use this to render a breadcrumb path for a nested folder. For example, for
Root / Sales / Q1 requested on the Q1 folder, the response is [Root, Sales, Q1].
Requires visibility access to the target folder. Returns 404 if the folder does not exist or belongs to a different deployment.Authorizations
Token authentication. Send Authorization: Bearer <YOUR_TOKEN>.