---
title: "List workspaces accessible by this API key"
method: GET
path: "/v1/workspaces"
tags: ["Workspaces"]
---

# List workspaces accessible by this API key

`GET /v1/workspaces`

Returns all workspaces within the scope of the API key.

## Response `200`

List of accessible workspaces

- PublicWorkspaceListResponseDto
  - `data` PublicWorkspaceDto[], required
    - `id` string, required
    - `name` string, required
    - `isDefault` boolean, required
    - `memberCount` number, required

## Other responses

- `401` — Invalid or missing API key
- `403` — Subscription required or plan not eligible

---

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