Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
runtime_id | string | Yes | Runtime identifier |
path | string | Yes | Directory path |
Response
Each entry inlisting.files:
| Field | Type | Description |
|---|---|---|
name | string | File or directory name |
size | integer | Size in bytes |
is_dir | boolean | True if directory |
modified_at | string | Last modified timestamp |
mode | string | File permissions |

