---
title: "Gets the device screenshot"
method: GET
path: "/uiDevice/screenshot"
---

# Gets the device screenshot

`GET /uiDevice/screenshot`

Gets the device screenshot and can be influenced by the parameters. For example the `scale` of the screenshot or its `quality` can be specified. **NOTE**: [`UiDevice.takeScreenshot()`](https://developer.android.com/reference/android/support/test/uiautomator/UiDevice.html#takeScreenshot(java.io.File,%20float,%20int)) usually ignores these parameters so expect no change.

## Query parameters

- `scale` number, float
- `quality` integer

## Response `200`

OK

## Other responses

- `400` — Cannot obtain screenshot

---

[API](https://skmtc.net/ktorio/apis/culebratester.md) · [All operations](https://skmtc.net/ktorio/apis/culebratester/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ktorio/culebratester/versions/f43d87b86446/schema)
