Workspace Files
WF
Workspace Files
/ls

List files

Files under a folder with size and last modified.

liveverifiedstable · 202ms
fileslist
$0.0010
per call
plus $0.001 platform fee per run
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run files /ls for me.

Input

FieldTypeDescription
pathstringFolder (blank for root)
limitnumberMax default 100

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"files","endpoint":"/ls","input":{"limit":100}}'
cli
npx cracked-ai run -p files -e /ls -i '{"limit":100}'
mcp
run_tool({ provider: "files", endpoint: "/ls", input: {"limit":100} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.