---
title: "List accessible workspaces."
method: GET
path: "/project/v1/workspaces"
tags: ["workspaces"]
---

# List accessible workspaces.

`GET /project/v1/workspaces`

Get all workspaces accessible by the current token.

## Response `200`

Default Response

- object
  - `data` object[]
    - `id` number
    - `name` string

## Other responses

- `400` — Default Response
- `401` — Default Response
- `403` — Default Response
- `404` — Default Response

## Changes

- **2026-01-19** `42ce261f6dec` — 5 info
  - added the non-success response with the status `400`
  - added the non-success response with the status `403`
  - added the non-success response with the status `404`
  - the response property `error` became required for the status `401`
  - …1 more
- **2026-01-13** `343ccfa7da7d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/unlayer/apis/unlayer-api/changes/project/v1/workspaces/get.md)

---

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