v1
latestOpenAPI 3.0.32026-07-22115106141.4 KBGet tree content stream
Get file tree snapshot. Either one of workspace, branch or commit ID needs to be specified as ref ID
Path parameters
The repo ID of the repository. Repo name can be used instead of the ID, but usage of ID for permanent linking and API requests is preferred.
An ID of a workspace, branch or commit.
Query parameters
Optional path to an item inside the repository.
Specifies if to recursively iterate file tree to next directory levels
Offset item name in directory when iterating its entries (non-inclusive)
Should the tree contain also deleted items or omit them from response
A query string to test against item name, only matching items will be collected
Return only directories in the file tree walk
Return the results filtered by the workspace preferences for selective sync
Specifies whether to include temporary download URLs in the response or not, defaults to false.
Response
Stream of file tree entries
Example response
[
{
"path": "hello.cc",
"blob": {
"storage_uri": "repo_id/2aae6c35c94fcfb415dbe95f408b9ce91ee846ed"
}
}
]