---
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
    - `groupIds` string[], required
    - `isRestricted` boolean, required
    - `managementMode` 'manual' | 'group', required
    - `createdAt` integer
    - `updatedAt` integer
    - `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

---

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