Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.example.com/v1/projects/{project}/boxes/{name}/fs/list
{ "entries": [ { "kind": "<string>", "mode": 1, "mtime_ms": 1, "name": "<string>", "path": "<string>", "size": 1 } ] }
Project name
Box name
Directory path in the box
Directory entries
Show child attributes