# `workspaces.files.list` List a directory inside the hosted sandbox (confined to /workspace). - **method + path**: `GET /v1/workspaces/{ws}/files` - **TR label**: Sandbox dizini listelendi - **auth**: authenticated · scope gates: any of `admin`, `sandbox:use` — “Sandbox kullanımı için sandbox:use yetkisi gerekli” - **agentPolicy**: `quote` — a provider call with no store-state change (offers, labels, validators) — every token kind calls it directly. - **effects**: `provider`, `db` - **idempotency**: server — the platform derives the key - **wraps**: — (no command inside) Machine-readable body schema: [/schemas/routes/workspaces.files.list.json](/schemas/routes/workspaces.files.list.json). ## Body No request body. ## Query ```json { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "path": { "type": "string", "maxLength": 512 } } } ```