Poll Discover

Check the status of a running discover. If empty, no discover is currently running.

get/{env_id}/{flow_id}/{tenant}/linkedSources/discover/poll

Path parameters

env_idstring required

ID of environment

flow_idstring required

ID of flow

tenantstring required

ID of tenant

Query parameters

tap_namestring required

Name of tap to query

Response

200

statusstring

Example response

{
  "status": "RUNNING"
}

Changes

No recorded changes to this endpoint across all 3 revisions of this API.