---
title: "Get responses of a lumabotFlow and its subsequent flows in a question/answer format."
method: GET
path: "/lumabotFlows/{lumabotFlowId}/snapshot"
tags: ["lumabotFlows"]
---

# Get responses of a lumabotFlow and its subsequent flows in a question/answer format.

`GET /lumabotFlows/{lumabotFlowId}/snapshot`

## Path parameters

- `lumabotFlowId` string, required

## Response `200`

Returns the list of responses of the lumabotFlow and its subsequent flows in a question/answer format.

- LumabotFlowSnapshotResponse — This resource is a read only, point in time snapshot of a completed or in progress Lumabot conversation, presented as a simple transcript of messages exchanged between the patient and the chatbot along with when the conversation started and ended. Unlike the editable flow template or the live flow object, this snapshot is a fixed record meant for display or auditing rather than further modification. It is used to let staff or systems review exactly what was said during a specific patient interaction such as an intake or screening session.
  - `id` string
  - `title` string
  - `startDate` string, date-time
  - `endDate` string, date-time
  - `messages` object[]
    - `text` string
    - `createdAt` string, date-time
    - `source` 'patient' | 'lumabot'

## Other responses

- `401` — Not authenticated
- `403` — Access token does not have the required scope

---

[API](https://skmtc.net/lumahealth/apis/rest-service.md) · [All operations](https://skmtc.net/lumahealth/apis/rest-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lumahealth/rest-service/revisions/d3c75c2a2f1d/schema)
