---
title: "Take screenshot"
method: GET
path: "/devices/{deviceId}/screenshot"
tags: ["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.net/mobilerun/apis/workflows.md) · [All operations](https://skmtc.net/mobilerun/apis/workflows/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mobilerun/workflows/revisions/1bc499aa8f99/schema)
