---
title: "List conversation history data"
method: GET
path: "/api/v1/conversations"
tags: ["Conversations"]
---

# List conversation history data

`GET /api/v1/conversations`

**Required scope:** `data`

## Query parameters

- `page` integer
- `page_size` integer
- `platform_id` string
- `user_id` string
- `search` string
- `platforms` string
- `message_types` string
- `exclude_ids` string
- `exclude_platforms` string
- `keyword` string
- `umo` string
- `sort_by` 'created_at' | 'updated_at'
- `sort_order` 'asc' | 'desc'
- `group_by_session` boolean
- `include_history` boolean

## Response `200`

Standard AstrBot success response

- SuccessEnvelope
  - `status` 'ok', required
  - `message` string
  - `data` unknown, required

## Changes

- **2026-08-27** `9f8da1b16ca0` — 5 info
  - added the new optional `query` request parameter `group_by_session`
  - added the new optional `query` request parameter `keyword`
  - added the new optional `query` request parameter `sort_by`
  - added the new optional `query` request parameter `sort_order`
  - …1 more
- **2026-08-02** `4463c5ffdb9c` — 1 info
  - endpoint added
- **2026-06-16** `9832b5ec01b5` — 1 breaking
  - api path removed without deprecation
- **2026-06-14** `6b73b947caab` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/astrbotdevs/apis/astrbot-openapi-v1/changes/api/v1/conversations/get.md)

---

[API](https://skmtc.dev/astrbotdevs/apis/astrbot-openapi-v1.md) · [All operations](https://skmtc.dev/astrbotdevs/apis/astrbot-openapi-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/astrbotdevs/astrbot-openapi-v1/revisions/9f8da1b16ca0/schema)
