curl --request GET \
--url https://apigcp.trynia.ai/v2/local-folders/{local_folder_id}/tree \
--header 'Authorization: Bearer <token>'{
"tree": {},
"total_files": 123
}Get the file tree structure of a local folder.
curl --request GET \
--url https://apigcp.trynia.ai/v2/local-folders/{local_folder_id}/tree \
--header 'Authorization: Bearer <token>'{
"tree": {},
"total_files": 123
}Was this page helpful?