---
title: "GET /v1/bots/{bot_id}/flows"
method: GET
path: "/v1/bots/{bot_id}/flows"
tags: ["Flows"]
---

# GET /v1/bots/{bot_id}/flows

`GET /v1/bots/{bot_id}/flows`

## Path parameters

- `bot_id` string, required

## Query parameters

- `version` string, required
- `start_time` string, required
- `end_time` string, required
- `channel_type` string
- `language` string
- `path` string[]

## Response `200`

A successful response.

- GetFlowsResponse
  - `nodes` FlowStep[]
    - `occurrences` integer — The number of times this flow step occurred.
    - `id` string — Identifies a bot dialog or a dropoff if the special value "DROPOFF is used.

---

[API](https://skmtc.net/sinch/apis/chatlayer-analytics-api.md) · [All operations](https://skmtc.net/sinch/apis/chatlayer-analytics-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sinch/chatlayer-analytics-api/revisions/a276d2543838/schema)
