---
title: "Get information"
method: GET
path: "/v1/flows/{flow-id}"
tags: ["flows"]
---

# Get information

`GET /v1/flows/{flow-id}`

## Response `200`

Get flow informations

- Flow — Information on a deployed flow
  - `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

## Other responses

- `404` — The flow 'flow-id' wasnt found. It is thus not deployed in the runtime.

## Changes

- **2022-02-23** `0456ca3a6da1` — 1 info
  - endpoint added
- **2020-02-11** `2b3f4037582e` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/tremor-rs/apis/tremor-api/changes/v1/flows/:flow-id/get.md)

---

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