---
title: "Get your spaces"
method: GET
path: "/spaces"
tags: ["General"]
---

# Get your spaces

`GET /spaces`

Returns information about your personal spaces.

<br>

**Rate limit**: 5 requests per 60 seconds ([Learn more](https://docs.capacities.io/developer/api#rate-limits))

## Response `200`

200 OK

- object
  - `spaces` object[], required
    - `id` string, required
    - `title` string, required
    - `icon` union
      - object
        - `type` 'emoji', required
        - `val` string, required
        - `color` union
          - 'gray' | 'rose' | 'pink' | 'fuchsia' | 'purple' | 'violet' | 'indigo' | 'blue' | 'sky' | 'cyan' | 'teal' | 'emerald' | 'green' | 'lime' | 'yellow' | 'amber' | 'orange' | 'red'
          - 'neutral'
        - `colorHex` string
      - object
        - `type` 'iconify', required
        - `val` string, required
        - `color` union
          - 'gray' | 'rose' | 'pink' | 'fuchsia' | 'purple' | 'violet' | 'indigo' | 'blue' | 'sky' | 'cyan' | 'teal' | 'emerald' | 'green' | 'lime' | 'yellow' | 'amber' | 'orange' | 'red'
          - 'neutral'
        - `colorHex` string

---

[API](https://skmtc.dev/capacities/apis/capacities-api-beta.md) · [All operations](https://skmtc.dev/capacities/apis/capacities-api-beta/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/capacities/capacities-api-beta/revisions/245518142139/schema)
