---
title: "Get learning space"
method: GET
path: "/learning_spaces/{id}"
tags: ["learning_spaces"]
---

# Get learning space

`GET /learning_spaces/{id}`

Get a learning space by ID.

## Path parameters

- `id` string, required

## Response `200`

OK

- object
  - `code` integer
  - `error` string
  - `msg` string
  - `data` ModelLearningSpace
    - `created_at` string
    - `id` string
    - `meta` object
    - `updated_at` string
    - `user_id` string

---

[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)
