---
title: "Get message observing status for a session"
method: GET
path: "/session/{session_id}/observing_status"
tags: ["session"]
---

# Get message observing status for a session

`GET /session/{session_id}/observing_status`

Returns the count of observed, in_process, and pending messages

## Path parameters

- `session_id` string, uuid, required

## Response `200`

OK

- object
  - `code` integer
  - `error` string
  - `msg` string
  - `data` ModelMessageObservingStatus
    - `in_process` integer
    - `observed` integer
    - `pending` integer
    - `updated_at` string

## Changes

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

- **2025-12-20** `03ffc3047ef9` — 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/session/:session_id/observing_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/c8775333b1ed/schema)
