---
title: "Take screenshot"
method: GET
path: "/devices/{deviceId}/screenshot"
tags: ["Tools/Navigation"]
---

# Take screenshot

`GET /devices/{deviceId}/screenshot`

Captures the device screen and returns it as a PNG image. An optional hideOverlay query parameter excludes the accessibility overlay from the capture.

## Path parameters

- `deviceId` string, required

## Query parameters

- `hideOverlay` boolean

## Headers

- `X-Device-Display-ID` integer

## Response `200`

OK

- string, byte

## Other responses

- `default` — Error

---

[API](https://skmtc.dev/droidrun/apis/droidrun-cloud.md) · [All operations](https://skmtc.dev/droidrun/apis/droidrun-cloud/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/droidrun/droidrun-cloud/revisions/a1453ac769d4/schema)
