--- title: "Get chat conversation history" description: "Retrieve the conversation history for a workflow's chat session.\nReturns an array of messages with role (user/assistant) and content.\n" source: https://flowdrop.io/docs/api/chat/getChatHistory site: FlowDrop documentation --- # Get chat conversation history `GET /workflows/{id}/chat/messages` Retrieve the conversation history for a workflow's chat session. Returns an array of messages with role (user/assistant) and content. ## Parameters - `id` · in path · string · required — Workflow ID ## Responses - `200` — Conversation history retrieved successfully (`application/json`: ChatHistoryResponse) - `404` — Resource not found (`application/json`: ErrorResponse) - `500` — Internal server error (`application/json`: ErrorResponse) *Tags: Chat*