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

# Get responses of a lumabotFlow and its subsequent flows.

`GET /lumabotFlows/{lumabotFlowId}/responses`

## Path parameters

- `lumabotFlowId` string, required

## Response `200`

Returns the list of responses of the lumabotFlow and its subsequent flows.

- object
  - `response` LumabotFlowResponsesResponse[], required
    - `lumabotFlowId` string
    - `id` string
    - `squiggly` string
    - `question` string
    - `askedAt` string, date-time
    - `repliedAt` string, date-time
    - `answer` string
  - `page` integer, required
  - `size` integer, required

## 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)
