Endpoint
/v1/accounts/:accountId/storage/ in the URL path.
Authentication
No authentication required. Files are served publicly by their storage key.Response
Returns the raw file body with the following headers:
Returns a
404 response (using the standard error envelope) if the file is not found.