get_download_url
Get a signed URL to download a specific file from a completed restore operation. Pass the operation ID and file path to retrieve the direct download link.
Instructions
Get a signed download URL for a file produced by a restore operation.
Companion to restore_snapshot: after a restore, fetch a URL to download a specific restored file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path of the file within the restored output to download. | |
| operation_id | Yes | The restore operation's ID (from get_operations). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||