---
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.

---

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