---
title: "Retrieve supported flows"
method: GET
path: "/{env_id}/flows/supported"
---

# Retrieve supported flows

`GET /{env_id}/flows/supported`

Returns all flows in an environment and their connectors

## Path parameters

- `env_id` string, required

## Response `200`

200

- object[]
  - `id` string
  - `name` string
  - `description` string
  - `taps` string[]
  - `targets` string[]

## Other responses

- `400` — 400

---

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