v1
latestOpenAPI 3.0.32026-07-22115106141.4 KBRepository Manipulation
Get file entry (either tree or blob). Either one of workspace, branch or commit ID needs to be specified.
get/repos/{repo_id}/files/{ref_id}/{path}
Response
File information
Example response
{
"path": "hello.cc",
"blob": {
"storage_uri": "repo_id/2aae6c35c94fcfb415dbe95f408b9ce91ee846ed"
}
}