---
title: "List learning spaces"
method: GET
path: "/learning_spaces"
tags: ["learning_spaces"]
---

# List learning spaces

`GET /learning_spaces`

List learning spaces with optional user, meta filter, and cursor pagination.

## Query parameters

- `user` string
- `limit` integer
- `cursor` string
- `time_desc` boolean
- `filter_by_meta` string

## Response `200`

OK

- object
  - `code` integer
  - `error` string
  - `msg` string
  - `data` ServiceListLearningSpacesOutput
    - `has_more` boolean
    - `items` ModelLearningSpace[]
      - `created_at` string
      - `id` string
      - `meta` object
      - `updated_at` string
      - `user_id` string
    - `next_cursor` string

## Changes

> 50 revisions in range; 1 could not be searched.

- **2026-02-25** `de49d6016aac` — 2 info
  - api tag `learning_spaces` added
  - api tag `LearningSpaces` removed
- **2026-02-18** `733cad29883b` — 1 info
  - endpoint added
- **2025-11-12** `a1c1bcb0e2ee` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/memodb-io/apis/acontext-api/changes/learning_spaces/get.md)

---

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