Get Download URL
Get a presigned URL for direct download from GCS.
POST
Get Download URL
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 pulland the Python ADK sync internals
What This Endpoint Is Not For
- downloading one file by relative path
- replacing
downloadFileordownload_file - a dedicated CLI command
tu fs pull.Path Parameters
Body
application/json
Request model for presigned URL generation.
URL expiration time in seconds (default 1 hour, max 7 days).
Required range:
60 <= x <= 604800Response
Successful Response
Response model for presigned URL operations.
When the presigned URL expires.
Instructions for using the presigned URL.
HTTP method to use: 'PUT' for upload, 'GET' for download.
The presigned URL for direct GCS upload/download.
Content-Type header to use (required for PUT uploads).
Get Download URL