---
title: "Get Clipboard Content"
method: GET
path: "/v1/sessions/{sessionId}/clipboard"
tags: ["OS Level Control"]
---

# Get Clipboard Content

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

Retrieves the current content of the clipboard

## Path parameters

- `sessionId` string, uuid, required

## Response `200`

Clipboard content retrieved successfully

- ClipboardResponseSchema
  - `data` object
    - `text` string — Text content of the clipboard

## Other responses

- `404` — Session not found
- `500` — Failed to get clipboard content

---

[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)
