---
title: "GET /api/v1/consulting/{mode}/{conversationId}"
method: GET
path: "/api/v1/consulting/{mode}/{conversationId}"
tags: ["Consulting", "Flue"]
---

# GET /api/v1/consulting/{mode}/{conversationId}

`GET /api/v1/consulting/{mode}/{conversationId}`

Reads the owned Flue history or resumable update stream. The dashboard normally uses the Flue React client.

## Path parameters

- `conversationId` string, uuid, required
- `mode` 'keyword' | 'triage', required

## Query parameters

- `live` 'long-poll' | 'sse'
- `offset` string
- `tail` integer, nullable
- `view` 'history' | 'updates'

## Cookies

- `billing_session` string

## Response `200`

Flue snapshot or updates stream.

- unknown

## Other responses

- `400` — The stream query is invalid.
- `401` — No Product subscriber session exists.
- `404` — The conversation is not owned by the subscriber.
- `503` — The consulting worker is unavailable.

---

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