curl "https://api.buntime.sh/files/list?sessionId=ses_abc123" \ -H "Authorization: Bearer $BUNTIME_API_KEY"
{ "files": [ { "path": "hello.ts", "size": 29, "modified": "2024-01-19T10:30:00Z", "type": "file" }, { "path": "data.json", "size": 156, "modified": "2024-01-19T10:31:00Z", "type": "file" } ] }
List all files in a session
Documentation IndexFetch the complete documentation index at: https://docs.buntime.sh/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.buntime.sh/llms.txt
Use this file to discover all available pages before exploring further.
Show file object