---
title: "Get a space"
method: GET
path: "/api/w/{wId}/spaces/{spaceId}"
tags: ["Private Spaces"]
---

# Get a space

`GET /api/w/{wId}/spaces/{spaceId}`

Returns the details of a specific space including categories, members, and permissions.

## Path parameters

- `wId` string, required
- `spaceId` string, required

## Query parameters

- `includeAllMembers` 'true'

## Response `200`

Success

- object
  - `space` object — A space in the workspace.
    - `sId` string, required
    - `name` string, required
    - `kind` 'global' | 'system' | 'conversations' | 'regular' | 'project', required
    - `managementMode` 'manual' | 'group', required
    - `createdAt` integer
    - `updatedAt` integer
    - `groupIds` string[]
    - `isRestricted` boolean
    - `categories` object
    - `canWrite` boolean
    - `canRead` boolean
    - `isMember` boolean
    - `isEditor` boolean
    - `members` object[]
    - `description` string, nullable
    - `archivedAt` integer, nullable
    - `todoGenerationEnabled` boolean — Whether automatic todo suggestions from project activity are enabled.
    - `lastTodoAnalysisAt` integer, nullable — Unix timestamp (ms) of the last automatic todo suggestion scan, if any.
    - `pinnedFramePath` string, nullable — Scoped path to the frame file pinned as the Pod banner.
    - `frameTabs` object[] — Frames promoted as custom Pod tabs.
      - `path` string
      - `title` string
      - `icon` string
    - `tabsOrder` string[] — Interleaved system tab ids and frame paths before Settings.
    - `isAdminControlled` boolean — Whether workspace admins control membership and connected data for this Pod.

## Other responses

- `401` — Unauthorized

## Changes

- **2026-08-26** `184ee47db4cc` — 1 breaking, 1 info
  - removed the required property `space/allOf[#/components/schemas/PrivateSpace]/isRestricted` from the response with the `200` status
  - added the optional property `space/allOf[subschema #2]/isRestricted` to the response with the `200` status
- **2026-08-25** `916a8331ce55` — 1 breaking, 1 info
  - removed the required property `space/allOf[#/components/schemas/PrivateSpace]/groupIds` from the response with the `200` status
  - added the optional property `space/allOf[subschema #2]/groupIds` to the response with the `200` status
- **2026-08-05** `0d6e92e8d616` — 3 info
  - added the optional property `space/allOf[subschema #2]/frameTabs` to the response with the `200` status
  - added the optional property `space/allOf[subschema #2]/isAdminControlled` to the response with the `200` status
  - added the optional property `space/allOf[subschema #2]/tabsOrder` to the response with the `200` status
- **2026-08-04** `d4eaf4b56fac` — 3 warning
  - removed the optional property `space/allOf[subschema #2]/frameTabs` from the response with the `200` status
  - removed the optional property `space/allOf[subschema #2]/isAdminControlled` from the response with the `200` status
  - removed the optional property `space/allOf[subschema #2]/tabsOrder` from the response with the `200` status
- …earlier changes not shown

[Full history](https://skmtc.dev/dust-tt/apis/dust-api-documentation/changes/api/w/:wId/spaces/:spaceId/get.md)

---

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