tenki_get_download_url
Retrieve a short-lived signed URL to download a command artifact (e.g., stdout/stderr) from a sandbox by its artifact ID.
Instructions
Get a short-lived signed URL to download (HTTP GET) a command artifact from a sandbox by its artifact id (e.g. a command's stdout/stderr artifact). Note: the API supports download-by-artifact-id only, not download-by-path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Sandbox session id (UUID), from tenki_create_sandbox or tenki_list_sandboxes. | |
| artifact_id | Yes | Artifact id to download (e.g. a command's stdout/stderr artifact). |