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

# Get detailed information on the connector 'connector-id' in the flow 'flow-id'.

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

## Response `200`

Connector information for 'connector-id' within flow 'flow-id'

- Connector — Information on a single connector, including current runtime status and connected pipelines
  - `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' or the connector 'connector-id' within flow `flow-id' wasnt found. It is thus not deployed in the

---

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