curl --request GET \
--url https://apigcp.trynia.ai/v2/local-folders/{local_folder_id}/ls \
--header 'Authorization: Bearer <token>'{
"path": "<string>",
"entries": [
{
"name": "<string>",
"type": "file",
"size": 123
}
]
}List files in a specific directory path within the local folder.
curl --request GET \
--url https://apigcp.trynia.ai/v2/local-folders/{local_folder_id}/ls \
--header 'Authorization: Bearer <token>'{
"path": "<string>",
"entries": [
{
"name": "<string>",
"type": "file",
"size": 123
}
]
}Was this page helpful?