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
Example request
{
"container_id": 123,
"entry_path": "db/users.txt"
}Response
Folder chain resolved successfully.
Changes
No recorded changes to this endpoint across all 1 revision of this API.