---
title: "List accessible workspaces"
method: GET
path: "/v1/workspaces"
tags: ["workspaces"]
---

# List accessible workspaces

`GET /v1/workspaces`

Returns the workspaces that the current API token is authorized to access. Use this endpoint to discover valid `workspace_id` values for subsequent requests.

## Response `200`

Accessible workspaces

- object — List of workspaces that the current API token is authorized to access.
  - `data` object[], required
    - `id` string, required
    - `name` string, required
    - `slug` string, required

## Other responses

- `401` — Unauthorized
- `429` — Rate limit exceeded

---

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