| Name | Type | Description |
|---|---|---|
expires_in_seconds | int | Omit | Default: omitExpiresInSeconds is optional; a link with no expiry never expires. |
extra_headers | Headers | None | Default: NoneSend extra headers |
extra_query | Query | None | Default: None |
extra_body | Body | None | Default: None |
timeout | float | httpx.Timeout | None | NotGiven | Default: not_given |
Generate a tokenized link that downloads a single file from a sandbox with no further authentication. This mints a token rather than creating an addressable resource, so it returns 200 with no Location header. The token pins the sandbox, the file path, and the response content type and disposition, so a link cannot be repointed at another file. Links never expire unless expires_in_seconds is set. The link is served from the sandbox service domain, not the API host.
Add additional query parameters to the request
Add additional JSON properties to the request
Override the client-level default timeout for this request, in seconds