---
title: "List Fde Conversations"
method: GET
path: "/api/v1/fde/conversations"
tags: ["fde", "fde-conversations"]
---

# List Fde Conversations

`GET /api/v1/fde/conversations`

## Query parameters

- `page` integer
- `per_page` integer
- `context_type` string, nullable
- `target_agent_id` string, uuid, nullable
- `target_group_type` string, nullable
- `target_group_id` string, uuid, nullable

## Response `200`

Successful Response

- FDEConversationListResponse
  - `items` FDEConversationRead[], required
    - `id` string, uuid, required
    - `tenant_id` string, uuid, required
    - `user_id` string, uuid, required
    - `context_type` string, required
    - `target_agent_type` string, nullable, required
    - `target_agent_id` string, uuid, nullable, required
    - `target_group_type` string, nullable
    - `target_group_id` string, uuid, nullable
    - `title` string, nullable, required
    - `preview` string, nullable, required
    - `last_message_at` string, date-time, nullable, required
    - `message_count` integer, required
    - `langgraph_thread_id` string, nullable, required
  - `total` integer, required
  - `page` integer, required
  - `per_page` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getanana/cleon-api/revisions/c0f54348e251/schema)
