---
title: "List Conversations"
method: GET
path: "/api/conversations"
tags: ["Conversations"]
---

# List Conversations

`GET /api/conversations`

List all conversations for the authenticated user.

## Query parameters

- `page` integer
- `size` integer
- `status` 'active' | 'archived'
- `q` string

## Response `200`

Paginated list of conversations

- object
  - `items` ConversationResponse[], required
    - `id` string
    - `title` string
    - `mode` 'react' | 'dag' | 'auto'
    - `agent_id` string, nullable
    - `status` 'active' | 'archived'
    - `starred` boolean
    - `model_name` string, nullable
    - `total_tokens` integer
    - `created_at` string, date-time
    - `updated_at` string, date-time, nullable
  - `total` integer, required
  - `page` integer, required
  - `size` integer, required
  - `pages` integer, required

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.dev/fim-ai/apis/fim-one-api.md) · [All operations](https://skmtc.dev/fim-ai/apis/fim-one-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fim-ai/fim-one-api/revisions/6832c00d58dc/schema)
