DownloadDeviceBugreport
GET/devices/:deviceId/bugreports/:deviceBugreportId/download
Download an uploaded bug report. Redirects (302) to a short-lived presigned URL minted on the fly. The request must be in the ready status.
Request
Responses
- 302
- 400
- 401
- 403
- 404
- 422
- 500
Redirect to a short-lived presigned URL for the uploaded bug report .zip. The URL is minted on the fly per authorized request and is never returned in a response body.
Response Headers
Location
The presigned URL to download the bug report .zip.
Bad Request
Unauthorized
Forbidden
Not Found
Unprocessable Entity
Internal Server Error