---
title: "List all Workspaces"
method: GET
path: "/workspaces"
tags: ["Workspaces"]
---

# List all Workspaces

`GET /workspaces`

List all Workspaces

## Query parameters

- `size` integer
- `offset` string
- `tags` string

## Response `200`

A successful response listing Workspaces

- object
  - `data` Workspace[]
    - `comment` string, nullable — A description or additional information about the workspace.
    - `config` object, nullable
      - `meta` object
      - `portal` boolean
      - `portal_access_request_email` boolean
      - `portal_application_request_email` boolean
      - `portal_application_status_email` boolean
      - `portal_approved_email` boolean
      - `portal_auth` string
      - `portal_auth_conf` string
      - `portal_auto_approve` boolean
      - `portal_cors_origins` string[]
      - `portal_developer_meta_fields` string
      - `portal_emails_from` string
      - `portal_emails_reply_to` string
      - `portal_invite_email` boolean
      - `portal_is_legacy` boolean
      - `portal_reset_email` boolean
      - `portal_reset_success_email` boolean
      - `portal_session_conf` string
      - `portal_smtp_admin_emails` string[]
      - `portal_token_exp` integer
    - `created_at` integer, nullable — Unix epoch when the resource was created.
    - `id` string, nullable — A string representing a UUID (universally unique identifier).
    - `meta` object, nullable
      - `color` string
      - `thumbnail` string
    - `name` string, required — A unique string representing a UTF-8 encoded name.
    - `updated_at` integer, nullable — Unix epoch when the resource was last updated.
  - `next` string — URI to the next page (may be null)
  - `offset` string — Offset is used to paginate through the API. Provide this value to the next list operation to fetch the next page

## Other responses

- `401` — Unauthorized

## Changes

> 8 revisions in range; 1 not diffed.

- **2025-10-09** `740b73588ef4` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/kong/apis/kong-enterprise-admin-api/changes/workspaces/get.md)

---

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