Get Device Screenshots
GET/v1/device/:deviceUid/screenshot
Get live screenshots from the device by deviceUid. Usually, we take screenshots automatically every 6 minutes. But you can obtain extra screenshots at any time.
The request will fail if the device has disabled screen capture.
Upcoming change: The uri field in the response will change from a permanent, publicly accessible URL to a time-limited pre-signed URL. The pre-signed URL grants direct access to the screenshot file without any additional authentication or redirect. The URL is guaranteed to be valid for at least 8 hours from the time it was generated. Once this change takes effect, you will no longer be able to store the uri value and reuse it indefinitely. After the URL expires, call this endpoint again to get updated screenshot metadata with a fresh pre-signed uri.
Request
Responses
- 200
- 400
- 403
- 404
OK
Response Headers
Bad request
Response Headers
Forbidden
Response Headers
Not Found