---
title: "Tab statistics"
method: GET
path: "/tabs/{tabId}/stats"
tags: ["Tabs"]
---

# Tab statistics

`GET /tabs/{tabId}/stats`

Returns tab metadata including URL, tool call count, visited URLs, download/failure counts.

## Path parameters

- `tabId` string, required

## Query parameters

- `userId` string, required

## Response `200`

Tab stats.

- object
  - `tabId` string
  - `url` string
  - `toolCalls` integer
  - `visitedUrls` string[]
  - `downloadCount` integer
  - `consecutiveFailures` 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)
