GET
/
v1
/
projects
/
{project}
/
boxes
/
{name}
/
fs
/
list
List a directory in a box filesystem
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
    }
  ]
}

Path Parameters

project
string
required

Project name

name
string
required

Box name

Query Parameters

path
string
required

Directory path in the box

Response

Directory entries

entries
object[]
required