---
title: "Get Fde Conversation"
method: GET
path: "/api/v1/fde/conversations/{conversation_id}"
tags: ["fde", "fde-conversations"]
---

# Get Fde Conversation

`GET /api/v1/fde/conversations/{conversation_id}`

## Path parameters

- `conversation_id` string, uuid, required

## Response `200`

Successful Response

- FDEConversationDetailRead
  - `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
  - `messages` FDEMessageRead[]
    - `id` string, uuid, required
    - `tenant_id` string, uuid, required
    - `fde_conversation_id` string, uuid, required
    - `role` string, required
    - `content` string, nullable, required
    - `skill_slug` string, nullable
    - `tool_calls` object[], nullable, required
    - `tokens_used` integer, nullable, required
    - `sequence` integer, required
    - `reasoning_summary` string, nullable
    - `attachments` object[], nullable
    - `sources` object[], nullable

## Other responses

- `404` — FDE conversation not found
- `422` — Validation Error

## Changes

> 18 revisions in range; 1 not diffed.

- **2026-09-12** `0e71c3cd9536` — 1 info
  - added the optional property `messages/items/skill_slug` to the response with the `200` status
- **2026-09-03** `d65b8fefae34` — 2 info
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status

[Change history](https://skmtc.dev/getanana/apis/cleon-api/changes/api/v1/fde/conversations/:conversation_id/get.md)

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc.dev/getanana/apis/cleon-api/revisions/202b7d85683e?raw)
