---
title: "Get information on all flows in the tremor runtime."
method: GET
path: "/v1/flows"
tags: ["flows"]
---

# Get information on all flows in the tremor runtime.

`GET /v1/flows`

Get information on all flows in the tremor runtime.
It returns an array with 1 item for each flow with information on name,
current status and connectors.

## Response `200`

List of flow informations

- Flow[] — List of information on deployed flows
  - `alias` string, required — Alias of the flow
  - `status` 'initializing' | 'running' | 'paused' | 'draining' | 'stopped' | 'failed', required — runtime status of a flow or connector instance
  - `connectors` string[], required — aliases of connectors in the flow

---

[API](https://skmtc.net/tremor-rs/apis/tremor-api.md) · [All operations](https://skmtc.net/tremor-rs/apis/tremor-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tremor-rs/tremor-api/versions/b73c19450409/schema)
