---
title: "List all Spaces for a user"
method: GET
path: "/api/v1/listSpaces"
tags: ["Space"]
---

# List all Spaces for a user

`GET /api/v1/listSpaces`

## Response `200`

Spaces retrieved successfully

- object[]
  - `id` string — The ID of the space
  - `dateJoined` string, date-time — The date when the space was joined

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.net/hero-page/apis/hero-api.md) · [All operations](https://skmtc.net/hero-page/apis/hero-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hero-page/hero-api/versions/f44af6e313d8/schema)
