---
title: "Retrieve linked source"
method: GET
path: "/{env_id}/{flow_id}/{tenant}/linkedSources"
---

# Retrieve linked source

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

Fetch the linked source for a tenant. This can be useful for fetching credentials and flags, and to confirm that a user is properly connected.

## Path parameters

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

## Query parameters

- `token` string
- `config` boolean
- `catalog` boolean

## Response `200`

200

- object[]
  - `tap` string
  - `domain` string
  - `label` string
  - `tap_url` string
  - `auth_url` string
  - `icon` string
  - `type` string
  - `client_id` string
  - `fieldMap` object
    - `tasks` object
      - `name` string
      - `selected` 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)
