---
title: "List codex remote executors for a workspace"
method: GET
path: "/api/workspaces/{wid}/executors"
tags: ["Misc"]
---

# List codex remote executors for a workspace

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

## Path parameters

- `wid` string, required

## Response `200`

OK

- ExecutorItem[]
  - `client_ip` string
  - `client_ua` string
  - `codex_version` string
  - `connected_at` string, nullable
  - `description` string
  - `disconnected_at` string, nullable
  - `exe_id` string, required
  - `is_default` boolean
  - `is_online` boolean
  - `last_seen_at` string, nullable
  - `name` string, required
  - `os` string

## Other responses

- `401` — unauthorized
- `403` — not a workspace member
- `502` — upstream gateway error

## Changes

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

- **2026-05-22** `a533774946d2` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/agentserver/apis/agentserver-api/changes/api/workspaces/:wid/executors/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)
