Skip to main content
GET
/
{env_id}
/
{flow_id}
/
{tenant}
/
linkedTargets
Retrieve linked target
curl --request GET \
  --url https://api.hotglue.com/{env_id}/{flow_id}/{tenant}/linkedTargets \
  --header 'x-api-key: <api-key>'
{}

Authorizations

x-api-key
string
header
required

Path Parameters

env_id
string
required

ID of environment

flow_id
string
required

ID of flow

tenant
string
required

ID of tenant

Query Parameters

target_name
string

Target name (ie. s3). If not included, all linked targets are returned

login_state
boolean
default:false

Pings to see if connection is active. Only possible for OAuth targets

catalog
boolean

Request the catalog of available fields/data to be returned in the payload

config
boolean

Request the underlying config for the linked target

Response

200