---
title: "Get all a user's workspaces"
method: GET
path: "/api/v1/workspaces/"
tags: ["workspaces"]
---

# Get all a user's workspaces

`GET /api/v1/workspaces/`

Gets a list of all workspaces that the user is a member of.

## Headers

- `Authorization` string, required

## Response `200`

Success

- WorkspacesListResponse
  - `results` WorkspaceShort[], required — List of all workspaces for user
    - `id` string, required — Workspace id. It is created by Prolific.
    - `title` string, required — Name of workspace
    - `description` string — What is this workspace used for
    - `owner` string — User id of the creator of the workspace. It is created by Prolific.
    - `users` WorkspaceUser[] — Data for all users who have access to this workspace
      - `id` string, required — Id of user
      - `name` string — Name of user
      - `email` string — email of user
      - `roles` string[] — User roles in workspace
    - `naivety_distribution_rate` number, double, nullable — The rate at which the studies within this project are distributed.

## Other responses

- `400` — Error

---

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