---
title: "Get learning status"
method: GET
path: "/session/{session_id}/get_learning_status"
tags: ["session"]
---

# Get learning status

`GET /session/{session_id}/get_learning_status`

Get learning status for a session. Returns the count of space digested tasks and not space digested tasks. If the session is not connected to a space, returns 0 and 0.

## Path parameters

- `session_id` string, uuid, required

## Response `200`

OK

- object
  - `code` integer
  - `error` string
  - `msg` string
  - `data` HttpclientLearningStatusResponse
    - `not_space_digested_count` integer
    - `space_digested_count` integer

## Changes

- **2025-11-21** `0e3dd9080e93` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/memodb-io/apis/acontext-api/changes/session/:session_id/get_learning_status/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/557175c1ac01/schema)
