cURL
curl --request GET \ --url https://api.hotglue.com/{env_id}/{flow_id}/{tenant}/linkedSources/discover/poll \ --header 'x-api-key: <api-key>'
{ "status": "RUNNING" }
Check the status of a running discover. If empty, no discover is currently running.
ID of environment
ID of flow
ID of tenant
Name of tap to query
200
"RUNNING"