RequestDeviceBugreport
POST/devices/:deviceId/bugreports
Ask the device for a full OS bug report. The device user is shown a system prompt and has to accept sharing it before anything leaves the device, so a request can stay in the preparing status with the awaiting-device-user phase for a long time. Poll the request until its status is ready, then download it. Only one unfinished request is allowed per device: while one is in progress this returns 422, so delete the outstanding request first if you need to start over.
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 422
- 500
Created
Bad Request
Unauthorized
Forbidden
Not Found
Unprocessable Entity
Internal Server Error