---
title: "Get detailed information on all connectors in the flow identified by 'flow-id'"
method: GET
path: "/v1/flows/{flow-id}/connectors"
tags: ["flows", "connectors"]
---

# Get detailed information on all connectors in the flow identified by 'flow-id'

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

## Response `200`

A list of connector information items for all connectors created with in flow 'flow-id'

- Connector[] — List of information on connectors
  - `alias` string, required
  - `status` 'initializing' | 'running' | 'paused' | 'draining' | 'stopped' | 'failed', required — runtime status of a flow or connector instance
  - `connectivity` 'connected' | 'disconnected', required — denoting whether this connector is connected to its external system
  - `pipelines` object, required

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