---
title: "List workspaces"
method: GET
path: "/workspaces"
tags: ["public_workspaces", "public", "Workspaces"]
---

# List workspaces

`GET /workspaces`

## Query parameters

- `workspaceIds` string[]
- `includeDeleted` boolean
- `limit` integer
- `offset` integer

## Response `200`

Successful operation

- WorkspacesResponse
  - `previous` string
  - `next` string
  - `data` WorkspaceResponse[], required
    - `workspaceId` string, UUID, required
    - `name` string, required
    - `dataResidency` 'auto' | 'us' | 'eu', required

## Other responses

- `403` — Not allowed
- `404` — Not found

---

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