Raw Search

Resolve a full folder chain and prefetch its contents

Resolve an entry path by hydrating every folder segment leading to it.

The resolver fetches the immediate subfolders and a page of files for each segment in the chain. It also can prefetch parts around a target sequence.

post/container/tree/resolve_path

Request body

container_idinteger required

Identifier of the container that owns the entry.

entry_pathstring

Entry path to resolve from the root of the container.

Example request

{
  "container_id": 123,
  "entry_path": "db/users.txt"
}

Response

Folder chain resolved successfully.

container_idstring required

Identifier of the container that owns the resolved path.

entry_pathstring required

Entry path requested by the caller.

Changes

No recorded changes to this endpoint across all 1 revision of this API.