---
title: "Get user workspaces"
method: GET
path: "/api/v1/workspaces"
tags: ["🏢 Workspaces"]
---

# Get user workspaces

`GET /api/v1/workspaces`

Returns paginated workspaces associated with the authenticated user

## Query parameters

- `page` integer
- `per_page` integer

## Response `200`

Workspaces retrieved successfully

- object
  - `status` boolean
  - `message` string
  - `current_page` integer
  - `per_page` integer
  - `total` integer
  - `last_page` integer
  - `from` integer
  - `to` integer
  - `data` object[]
    - `id` string
    - `_id` string — Deprecated alias for `id` — will be removed once clients migrate.
    - `name` string
    - `slug` string
    - `timezone` string
    - `logo` string
    - `created_at` string, date-time
    - `company_name` string
    - `company_logo` string
    - `policy` object
      - `can_edit` boolean
      - `can_remove` boolean
    - `on_hold` boolean

## Other responses

- `401` — Unauthorized - Invalid or missing API key
- `429` — Too Many Requests - Rate limit exceeded

---

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