---
title: "Get linked sources"
method: GET
path: "/v2/{env_id}/{flow_id}/{tenant}/linkedSources"
---

# Get linked sources

`GET /v2/{env_id}/{flow_id}/{tenant}/linkedSources`

Get a linked source's configuration, catalog, secrets, and trigger mapping for a V2 flow

## Path parameters

- `env_id` string, required
- `flow_id` string, required
- `tenant` string, required

## Query parameters

- `config` boolean
- `catalog` boolean
- `secret` boolean
- `triggerMapping` boolean

## Response `200`

200

- object[]
  - `source_id` string — ID of the linked source
  - `config` object — Configuration object for the source
  - `catalog` object — Catalog of available fields and data
  - `secret` object — Secret configuration for the source
  - `trigger_mapping` object — Trigger mapping configuration

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