---
title: "List Codex browser sessions for a workspace"
method: GET
path: "/api/workspaces/{wid}/browsers"
tags: ["Codex Browser Sessions"]
---

# List Codex browser sessions for a workspace

`GET /api/workspaces/{wid}/browsers`

## Path parameters

- `wid` string, required

## Response `200`

OK

- CodexBrowserItem[]
  - `client_ip` string
  - `client_ua` string
  - `codex_version` string
  - `connected_at` string
  - `created_at` string, required
  - `disconnected_at` string
  - `expires_at` string, required
  - `id` string, required
  - `is_online` boolean, required
  - `last_used_at` string
  - `name` string, required
  - `os` string
  - `workspace_id` string, required

## Other responses

- `401` — unauthorized
- `403` — not a member
- `500` — internal error

## Changes

> 20 revisions in range; 1 could not be searched.

- **2026-05-22** `a4d7e93e9b11` — 1 info
  - endpoint added
- **2026-05-22** `1ba39f384b63` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/agentserver/apis/agentserver-api/changes/api/workspaces/:wid/browsers/get.md)

---

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