- cURL
- Python SDK
Request Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
path | string | Yes | Directory path to list |
Response
Response Fields
| Field | Type | Description |
|---|---|---|
files | array | List of files and directories |
files[].name | string | File or directory name |
files[].type | string | ”file” or “directory” |
files[].size | integer | Size in bytes (0 for directories) |
files[].modified | string | Last modified timestamp (ISO 8601) |
path | string | Listed directory path |

