---
title: "List Workspaces"
method: GET
path: "/public/v1/workspaces"
tags: ["User and Workspace management"]
---

# List Workspaces

`GET /public/v1/workspaces`

Get a list of all the active workspaces in the organization.

## Query parameters

- `count` integer
- `page` integer

## Response `200`

Page of workspaces

- ListWorkspacesResponse
  - `total` integer — A number of workspaces
  - `results` object[]
    - `id` string — A unique identifier of a workspace in a organization
    - `name` string — A workspace's name
    - `date_created` string — A workspace's date creation
    - `owner` string, email — A owner's email address

## Other responses

- `401` — Authentication error
- `403` — Permission error
- `429` — Too Many Requests

---

[API](https://skmtc.net/pandadoc/apis/pandadoc-public-api.md) · [All operations](https://skmtc.net/pandadoc/apis/pandadoc-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pandadoc/pandadoc-public-api/versions/0c2b70be3fb0/schema)
