---
title: "List Flows"
method: GET
path: "/flows"
tags: ["Apis", "Streaming"]
---

# List Flows

`GET /flows`

List all flows belonging to your team.

## Response `200`

Flows belonging to your team.

- FlowSummary[]
  - `id` integer — Flow identifier.
  - `label` string
  - `mode` 'caller' | 'listener' — `caller`: Camb.ai connects out to your SRT endpoint (`primary_url`) and re-serves it. `listener`: Camb.ai hosts an SRT endpoint that your encoder pushes to.
  - `failover` boolean
  - `active` boolean — Whether the flow's relay is currently online.
  - `team_id` integer

---

[API](https://skmtc.net/camb/apis/fastapi.md) · [All operations](https://skmtc.net/camb/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/camb/fastapi/versions/40ebeee64850/schema)
