---
title: "List Conversations"
method: GET
path: "/agents/{agent_id}/conversations"
tags: ["agents"]
---

# List Conversations

`GET /agents/{agent_id}/conversations`

List conversations for an agent.

## Path parameters

- `agent_id` string, uuid, required

## Query parameters

- `user_identifier` string, nullable
- `channel_type` string, nullable
- `page` integer
- `page_size` integer

## Response `200`

Successful Response

- AgentConversationListResponse — List of conversations.
  - `conversations` AgentConversationResponse[], required
    - `id` string, uuid, required
    - `agent_id` string, uuid, required
    - `chat_session_id` string, uuid, nullable
    - `user_identifier` string, nullable
    - `user_identifier_type` string, nullable
    - `channel_type` string, nullable
    - `summary` string, nullable
    - `key_topics` string[], nullable
    - `sentiment` string, nullable
    - `message_count` integer, required
    - `duration_seconds` integer, nullable
    - `satisfaction_rating` integer, nullable
    - `was_escalated` boolean, required
    - `was_resolved` boolean, nullable
    - `started_at` string, date-time, required
    - `ended_at` string, date-time, nullable
    - `last_message_at` string, date-time, nullable
  - `total` integer, required
  - `page` integer, required
  - `page_size` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/meganova/apis/fastapi.md) · [All operations](https://skmtc.net/meganova/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/meganova/fastapi/revisions/2b2bab8b9017/schema)
