---
title: "GET /v1/bots/{bot_id}/conversations/{conversation_id}/flow"
method: GET
path: "/v1/bots/{bot_id}/conversations/{conversation_id}/flow"
tags: ["Conversations"]
---

# GET /v1/bots/{bot_id}/conversations/{conversation_id}/flow

`GET /v1/bots/{bot_id}/conversations/{conversation_id}/flow`

## Path parameters

- `bot_id` string, required
- `conversation_id` string, required

## Query parameters

- `version` string, required
- `start_time` string, required
- `end_time` string, required
- `message_id` string

## Response `200`

A successful response.

- GetConversationFlowResponse
  - `bot_id` string
  - `conversation_id` string
  - `user_id` string
  - `transitions` FlowTransition[]
    - `id` string
    - `from_step` Step
      - `id` string
      - `type` string
    - `to_step` Step
      - `id` string
      - `type` string
    - `depth` integer
    - `timestamp` string, date-time

---

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