Skip to main content
GET
/
local-folders
/
{local_folder_id}
/
tree
Get local folder file tree
curl --request GET \
  --url https://apigcp.trynia.ai/v2/local-folders/{local_folder_id}/tree \
  --header 'Authorization: Bearer <token>'
{
  "tree": {},
  "total_files": 123
}

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Path Parameters

local_folder_id
string
required

Local folder ID

Response

File tree

tree
object

File tree structure

total_files
integer

Total number of files