---
title: "list flow conversations"
method: GET
path: "/w/{workspace}/flow_conversations/list"
tags: ["flow_conversations"]
---

# list flow conversations

`GET /w/{workspace}/flow_conversations/list`

## Path parameters

- `workspace` string, required

## Query parameters

- `page` integer
- `per_page` integer
- `flow_path` string

## Response `200`

flow conversations list

- FlowConversation[]
  - `id` string, uuid, required — Unique identifier for the conversation
  - `workspace_id` string, required — The workspace ID where the conversation belongs
  - `flow_path` string, required — Path of the flow this conversation is for
  - `title` string, nullable — Optional title for the conversation
  - `created_at` string, date-time, required — When the conversation was created
  - `updated_at` string, date-time, required — When the conversation was last updated
  - `created_by` string, required — Username who created the conversation

---

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