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

# List Conversations

`GET /v1/conversations`

List all conversations for this account.

Sorted by most recent activity (lastMessageAt desc).
Sorted by most recent activity.

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

Successful Response

- AppRoutesConversationsConversationListResponse
  - `data` AppRoutesConversationsConversationSummary[], required
    - `id` string, required
    - `agentId` string, nullable
    - `phoneNumberId` string, required
    - `phoneNumber` string, required
    - `participant` string, required
    - `isGroup` boolean
    - `groupId` string, nullable
    - `groupName` string, nullable
    - `groupIconUrl` string, nullable
    - `participants` GroupParticipant[], nullable
      - `identifier` string, required
      - `name` string, nullable
    - `lastMessageAt` string, date-time, required
    - `lastMessagePreview` string, required
    - `messageCount` integer, required
    - `metadata` object, nullable
    - `createdAt` string, date-time, required
  - `hasMore` boolean, required
  - `total` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/agentphone/apis/agentphone-api.md) · [All operations](https://skmtc.net/agentphone/apis/agentphone-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agentphone/agentphone-api/revisions/3f3aa65dcd20/schema)
