---
title: "Changes to List Conversations"
method: GET
path: "/api/conversations"
---

# Changes to List Conversations

`GET /api/conversations`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 1 of 11 revisions.

- **2026-03-22** `6dc2d6f33d44` — 3 breaking, 14 info

## Changes

- **2026-03-22** `6dc2d6f33d44` — 3 breaking, 14 info
  - removed the enum value `active` from the `query` request parameter `status`
  - removed the enum value `archived` from the `query` request parameter `status`
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
  - api operation id `list_conversations_api_conversations_get` was added
  - the endpoint scheme security `HTTPBearer` was added to the API
  - api tag `conversations` added
  - api tag `Conversations` removed
  - `query` request parameter `q` list-of-types was widened by adding types `null`
  - for the `query` request parameter `q`, the type/format was generalized from `string`/`` to ``/``
  - removed `#/components/schemas/PaginatedResponse, subschema #2` from the response body `allOf` list for the response status `200`
  - added the non-success response with the status `422`
  - removed the non-success response with the status `401`
  - added the required property `items` to the response with the `200` status
  - added the required property `page` to the response with the `200` status
  - added the required property `pages` to the response with the `200` status
  - added the required property `size` to the response with the `200` status
  - added the required property `total` to the response with the `200` status

---

[Operation](https://skmtc.dev/fim-ai/apis/fim-one-api/docs/api/conversations/get.md) · [API](https://skmtc.dev/fim-ai/apis/fim-one-api.md) · [Page](https://skmtc.dev/fim-ai/apis/fim-one-api/changes/api/conversations/get)
