---
title: "List open tabs"
method: GET
path: "/tabs"
tags: ["Tabs"]
---

# List open tabs

`GET /tabs`

Returns all tabs for a given userId.

## Query parameters

- `userId` string

## Response `200`

Tab list.

- object
  - `running` boolean
  - `tabs` object[]
    - `tabId` string
    - `targetId` string
    - `url` string
    - `title` string
    - `listItemId` string

---

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