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

# List conversations

`GET /api/conversations`

Returns a paginated list of conversations for the authenticated user.

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

A paginated list of conversations.

- object
  - `conversations` ConversationSummary[] — The list of conversation summaries.
    - `connection` string, required — The database connection name used in the conversation.
    - `created_at` string, date-time, required — When the conversation was created.
    - `id` string, required — The unique conversation identifier.
    - `preview` string, required — A short preview of the conversation content.
    - `title` string, required — The conversation title.
    - `updated_at` string, date-time, required — When the conversation was last updated.

## Other responses

- `401` — Missing or invalid authentication token.
- `403` — Insufficient permissions.

---

[API](https://skmtc.dev/pgedge/apis/pgedge-postgres-mcp-server-api.md) · [All operations](https://skmtc.dev/pgedge/apis/pgedge-postgres-mcp-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pgedge/pgedge-postgres-mcp-server-api/revisions/6084bab46b1e/schema)
