cURL
curl --request GET \ --url https://sbx-{sandbox_id}-{workspace_id}.{region}.bl.run/filesystem/tree/{path} \ --header 'Authorization: Bearer <token>'
{ "files": [ { "group": "<string>", "lastModified": "<string>", "name": "<string>", "owner": "<string>", "path": "<string>", "permissions": "<string>", "size": 123 } ], "name": "<string>", "path": "<string>", "subdirectories": [ { "name": "<string>", "path": "<string>" } ] }
Get a recursive directory tree structure starting from the specified path
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Root directory path
Directory tree
Show child attributes
@name Subdirectories
Was this page helpful?