Download the asset bytes (via 302 redirect)
GET/program/api/v2/projects/:projectID/assets/:assetID/file
warning
This endpoint is available in private cloud only. Use your global host URL if self-hosted.
Returns a 302 redirect to the bytes. For managed assets, a
short-TTL presigned Backblaze GET URL (default 5 min); for
BYO, the stored publicUrl. Program is never in the byte
path for downloads (D5).
Request
Responses
- 302
- 403
- 404
Redirect to the asset bytes
Response Headers
Location
Presigned B2 GET URL (managed) or stored publicUrl (BYO)
Forbidden — no project access
Asset not found