---
title: "Get an Account workspace"
method: GET
path: "/workspaces/{workspaceId}"
tags: ["Workspaces"]
---

# Get an Account workspace

`GET /workspaces/{workspaceId}`

Returns one workspace owned by the authenticated Account.

## Path parameters

- `workspaceId` string, required

## Response `200`

Workspace details.

- WorkspaceResponse
  - `data` Workspace, required
    - `id` string, required
    - `name` string, required
    - `slug` string, required
    - `memberCount` integer, required
    - `projectCount` integer, required
    - `admins` object[], required — Up to 100 workspace admins. This preview is truncated when the workspace has more; memberCount reflects the full membership size.
      - `userId` string, required
      - `username` string, required
    - `createdAt` string, date-time, required

## Other responses

- `400` — The request parameters are invalid.
- `401` — The API key is missing, malformed, unknown, revoked, or expired.
- `403` — The API key lacks the required scope or Account entitlement.
- `404` — The requested resource does not exist or is not visible to this key.
- `429` — The API key or operation exceeded its rate limit.
- `500` — The server encountered an unexpected error.
- `503` — A required API dependency is temporarily unavailable.

## Changes

> 8 revisions in range; 2 could not be searched.

- **2026-08-08** `c57911e5fe90` — 21 warning
  - added the new `audit_log_content_too_large` enum value to the `error/code` response property for the response status `400`
  - added the new `audit_log_content_too_large` enum value to the `error/code` response property for the response status `401`
  - added the new `audit_log_content_too_large` enum value to the `error/code` response property for the response status `403`
  - added the new `audit_log_content_too_large` enum value to the `error/code` response property for the response status `404`
  - …17 more
- **2026-07-31** `fd00f60ae053` — 7 warning, 7 info
  - added the new `budget_update_in_progress` enum value to the `error/code` response property for the response status `400`
  - added the new `budget_update_in_progress` enum value to the `error/code` response property for the response status `401`
  - added the new `budget_update_in_progress` enum value to the `error/code` response property for the response status `403`
  - added the new `budget_update_in_progress` enum value to the `error/code` response property for the response status `404`
  - …10 more

[Change history](https://skmtc.dev/replit/apis/replit-api/changes/workspaces/:workspaceId/get.md)

---

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