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

# List workspaces

`GET /platform/v1/workspaces`

Returns the workspaces in the organization's book of business. Results are paged with `limit`/`offset`.

## Query parameters

- `limit` integer
- `offset` integer, nullable

## Response `200`

200

- object
  - `data` object[], required
    - `createdAt` string, date-time, required
    - `glFirstEnabled` boolean, required — Whether double-entry bookkeeping has ever been enabled for the workspace.
    - `id` string, uuid, required
    - `name` string, required
  - `pagination` object, required
    - `limit` integer, required
    - `offset` integer, required
    - `total` integer, required

## Other responses

- `400` — 400
- `401` — 401
- `429` — 429

---

[API](https://skmtc.net/kick/apis/kick-platform-api.md) · [All operations](https://skmtc.net/kick/apis/kick-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kick/kick-platform-api/revisions/e4ceb0dc32d4/schema)
