---
title: "Take Screenshot"
method: GET
path: "/v1/sessions/{sessionId}/screenshot"
tags: ["OS Level Control"]
---

# Take Screenshot

`GET /v1/sessions/{sessionId}/screenshot`

Takes a screenshot of the current browser session and returns it as an image.

## Path parameters

- `sessionId` string, uuid, required

## Response `200`

Screenshot taken successfully

## Other responses

- `404` — Session not found
- `500` — Failed to take screenshot

---

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