---
title: "Changes to List webchat sessions"
method: GET
path: "/api/v1/chat/sessions"
---

# Changes to List webchat sessions

`GET /api/v1/chat/sessions`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 2 of 13 revisions.

- **2026-06-14** `6b73b947caab` — 1 breaking, 5 warning, 11 info
- **2026-03-09** `3d43cee2622a` — 7 breaking, 11 info

## Changes

- **2026-06-14** `6b73b947caab` — 1 breaking, 5 warning, 11 info
  - the `data` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - deleted the `query` request parameter `platform_id`
  - removed the optional property `data/page` from the response with the `200` status
  - removed the optional property `data/page_size` from the response with the `200` status
  - removed the optional property `data/sessions` from the response with the `200` status
  - removed the optional property `data/total` from the response with the `200` status
  - api operation id `listChatSessions` was added
  - the endpoint scheme security `ApiKeyHeader` was removed from the API
  - api tag `Chat` added
  - api tag `Open API` removed
  - the `query` request parameter `username` became optional
  - for the `query` request parameter `page_size`, the max was increased from `100.00` to `200.00`
  - removed the non-success response with the status `401`
  - removed the non-success response with the status `403`
  - the response property `data` became required for the status `200`
  - the response property `status` became required for the status `200`
  - the `status` response property const value `ok` was added for the status `200`
- **2026-03-09** `3d43cee2622a` — 7 breaking, 11 info
  - the `query` request parameter `username` became required
  - for the `query` request parameter `page_size`, the max was decreased from `200.00` to `100.00`
  - the response property `message` became nullable for the status `200`
  - the response property `data` became optional for the status `200`
  - the response property `status` became optional for the status `200`
  - the `status` response property const value `ok` was removed for the status `200`
  - the `data` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - api operation id `listChatSessions` removed and replaced with ``
  - the endpoint scheme security `ApiKeyHeader` was added to the API
  - api tag `Open API` added
  - api tag `Chat` removed
  - added the new optional `query` request parameter `platform_id`
  - added the non-success response with the status `401`
  - added the non-success response with the status `403`
  - added the optional property `data/page` to the response with the `200` status
  - added the optional property `data/page_size` to the response with the `200` status
  - added the optional property `data/sessions` to the response with the `200` status
  - added the optional property `data/total` to the response with the `200` status

---

[Operation](https://skmtc.dev/astrbotdevs/apis/astrbot-openapi-v1/docs/api/v1/chat/sessions/get.md) · [API](https://skmtc.dev/astrbotdevs/apis/astrbot-openapi-v1.md) · [Page](https://skmtc.dev/astrbotdevs/apis/astrbot-openapi-v1/changes/api/v1/chat/sessions/get)
