---
title: "Get All User Workspaces"
method: GET
path: "/workspace/all"
tags: ["workspace"]
---

# Get All User Workspaces

`GET /workspace/all`

Retrieves a list of all workspaces accessible to the current user.

## Headers

- `X-API-KEY` string, required

## Response `200`

Successful Response: A list of user workspaces.

- object
  - `workspaces` object[]
    - `id` string
    - `name` string
    - `created_at` string, date-time
    - `role` string
    - `credits` integer
    - `locked_credits` integer

## Other responses

- `401` — Unauthorized - Invalid or missing API key.
- `500` — Internal Server Error - Something went wrong on our end.

---

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