---
title: "Accessibility snapshot"
method: GET
path: "/tabs/{tabId}/snapshot"
tags: ["Content"]
---

# Accessibility snapshot

`GET /tabs/{tabId}/snapshot`

Returns accessibility tree with element refs. Supports pagination via offset.

## Path parameters

- `tabId` string, required

## Query parameters

- `userId` string, required
- `format` 'text' | 'json'
- `offset` integer
- `includeScreenshot` 'true' | 'false'

## Response `200`

Snapshot.

- object
  - `url` string
  - `snapshot` string
  - `refsCount` integer
  - `truncated` boolean
  - `totalChars` integer
  - `hasMore` boolean
  - `nextOffset` integer

## Other responses

- `404` — Tab not found.

---

[API](https://skmtc.dev/jo-inc/apis/camofox-browser.md) · [All operations](https://skmtc.dev/jo-inc/apis/camofox-browser/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jo-inc/camofox-browser/revisions/d007e73dad3d/schema)
