Get Result Download Url
GetResultDownloadURL mints a short-lived download URL for an invocation result held outside the invocation row. The URL is generated at request time and never persisted; the invocation object itself exposes only the result’s VFS path, size, checksum, media type, and expiry.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
This API uses OAuth2 with the Client Credential flow. Client Credentials must be sent in the BODY, not the headers. For an example of how to implement this, refer to the c1TokenSource.Token() function.
Response
Successful response
The FunctionsInvocationServiceGetResultDownloadURLResponse message.
Short-lived URL minted for this request only.