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

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

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

## Path parameters

- `bot_id` string, required
- `step_id` string, required

## Query parameters

- `version` string, required
- `start_time` string, required
- `end_time` string, required
- `channel_type` string
- `language` string
- `type` string, required

## Response `200`

A successful response.

- GetFlowStepEdgesResponse
  - `edges` Edge[]
    - `count` integer
    - `id` string
    - `type` string
    - `from_step` Step
      - `id` string
      - `type` string
    - `to_step` Step
      - `id` string
      - `type` string

---

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