---
title: "List Sessions"
method: GET
path: "/api/user/sessions"
---

# List Sessions

`GET /api/user/sessions`

List sessions with message counts, ordered by last_message_at DESC.

## Query parameters

- `limit` integer
- `offset` integer
- `is_active` boolean, nullable

## Response `200`

Successful Response

- SessionListResponse
  - `total` integer, required
  - `items` SessionListItem[], required
    - `session_id` string, required
    - `channel` string
    - `is_active` boolean, required
    - `message_count` integer, required
    - `created_at` string, required
    - `last_message_at` string, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-03-23** `bf5f82d4f563` — 1 info
  - endpoint added
- **2026-03-23** `8b598f75f3be` — 1 breaking
  - api path removed without deprecation
- **2026-03-20** `4c528359213d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mozilla-ai/apis/clawbolt/changes/api/user/sessions/get.md)

---

[API](https://skmtc.dev/mozilla-ai/apis/clawbolt.md) · [All operations](https://skmtc.dev/mozilla-ai/apis/clawbolt/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mozilla-ai/clawbolt/revisions/9df4ea76da08/schema)
