Skip to main content
This endpoint returns a presigned URL for downloading the entire filesystem archive directly from storage. Use it when you want a storage-backed archive download, not when you want one file by relative path.

What This Endpoint Is For

  • whole-filesystem download
  • direct-from-storage archive transfer
  • flows implemented by tu fs pull and the Python ADK sync internals

What This Endpoint Is Not For

  • downloading one file by relative path
  • replacing downloadFile or download_file
  • a dedicated CLI command
For one-file downloads, use Single-File Download. For a higher-level CLI experience, use tu fs pull.