listSandboxFiles
Retrieve a list of files and directories at specified paths within a sandbox. Supports batch queries to verify file existence before download.
Instructions
List files and directories at specified paths within a sandbox. Supports batch queries with multiple paths. This operation can be used before downloadSandboxFiles to check if the file exists.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| sandbox_id | Yes | The ID of the sandbox to query files from |