---
title: "Get all spaces in a team"
method: GET
path: "/space/list"
tags: ["Space"]
---

# Get all spaces in a team

`GET /space/list`

Get all spaces in the org/team the current user belongs to.

## Query parameters

- `onlymine` boolean
- `page` integer
- `limit` integer

## Response `200`

successful operation

- ResponseMessageWithData
  - `message` string
  - `data` object

---

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