GET
/
v2
/
{env_id}
/
{flow_id}
/
{tenant}
/
linkedConnectors
/
discover
/
poll
curl --request GET \
  --url https://client-api.hotglue.xyz/v2/{env_id}/{flow_id}/{tenant}/linkedConnectors/discover/poll \
  --header 'x-api-key: <api-key>'
{
  "status": "RUNNING"
}

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

connector_id
string
required

ID of connector

Response

200
application/json
200
status
string | null