output/report.md
const response = await client.filesystems.downloadFile({ filesystem_id: 'fs_123', path: 'output/report.md', });
chunks = client.filesystems.download_file( filesystem_id, path="output/report.md", )
tu fs pull
Was this page helpful?