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
Show file object