---
title: "List selectable Spaces"
method: GET
path: "/api/w/{wId}/assistant/conversations/{cId}/selectable_spaces"
tags: ["Private Conversations"]
---

# List selectable Spaces

`GET /api/w/{wId}/assistant/conversations/{cId}/selectable_spaces`

Lists regular Spaces the user can select for a conversation, with current selection state.

## Path parameters

- `wId` string, required
- `cId` string, required

## Response `200`

Selectable Spaces for the conversation.

- object
  - `spaces` object[]
    - `sId` string, required
    - `name` string, required
    - `kind` 'global' | 'system' | 'conversations' | 'regular' | 'project', required
    - `managementMode` 'manual' | 'group', required
    - `createdAt` integer
    - `updatedAt` integer
    - `selected` boolean

## Other responses

- `401` — Unauthorized

## Changes

- **2026-08-26** `184ee47db4cc` — 1 breaking
  - removed the required property `spaces/items/allOf[#/components/schemas/PrivateSpace]/isRestricted` from the response with the `200` status
- **2026-08-25** `916a8331ce55` — 1 breaking
  - removed the required property `spaces/items/allOf[#/components/schemas/PrivateSpace]/groupIds` from the response with the `200` status
- **2026-07-20** `89dbf1251af2` — 1 info
  - endpoint added
- **2026-07-17** `50e23587026b` — 1 breaking
  - api path removed without deprecation
- **2026-07-15** `8bbe27ffe998` — 1 info
  - endpoint added

[Full history](https://skmtc.dev/dust-tt/apis/dust-api-documentation/changes/api/w/:wId/assistant/conversations/:cId/selectable_spaces/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/6a86efb64907/schema)
