---
title: "Get the user's workspaces"
method: GET
path: "/v1/workspaces"
tags: ["Workspaces"]
---

# Get the user's workspaces

`GET /v1/workspaces`

## Query parameters

- `page` integer
- `size` integer

## Response `200`

List of workspaces

- object
  - `current_page` integer
  - `last_page` integer
  - `per_page` integer
  - `total` integer
  - `next_page_url` string, nullable
  - `prev_page_url` string, nullable
  - `first_page_url` string, nullable
  - `last_page_url` string, nullable
  - `path` string, nullable
  - `from` integer, nullable
  - `to` integer, nullable
  - `data` WorkspaceWorkspace[]
    - `uuid` string, uuid, required
    - `name` string, required
    - `url` string, required
    - `tracking_script_id` string, required
    - `tracking_script_snippet` string, required
    - `available_tags` string[], required
    - `status` 'active' | 'inactive' | 'on_trial'
    - `usage_limit` number, nullable
  - `success` boolean

## Other responses

- `401` — Unauthorized

---

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