---
title: "Get events for session"
method: GET
path: "/session/{session_id}/events"
tags: ["session"]
---

# Get events for session

`GET /session/{session_id}/events`

Get events for a session with cursor-based pagination.

## Path parameters

- `session_id` string, uuid, required

## Query parameters

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

## Response `200`

OK

- object
  - `code` integer
  - `error` string
  - `msg` string
  - `data` ServiceListEventsOutput
    - `has_more` boolean
    - `items` ModelSessionEvent[]
      - `created_at` string
      - `data` object
      - `id` string
      - `project_id` string
      - `session_id` string
      - `type` string
      - `updated_at` string
    - `next_cursor` string

## Changes

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

- **2026-03-15** `39a157a0bcb0` — 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/events/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)
