Run Waterfall Pipeline
POST /enrichment/waterfall/enrich
POST
/enrichment/waterfall/enrich
Run a saved waterfall pipeline on specific records.
The handler loads the pipeline’s step list from the DB by column_id,
which means providers that require credentials (Prospeo, Dropcontact, etc.)
use whichever resolution the pipeline was saved with — the org’s own API
keys OR graph8-managed system keys. Credits are deducted only for steps
that actually run.
Authorizations
Parameters
Header Parameters
Request Body required
Responses
202
Successful Response
object
data
required
object
job_id
required
string
provider_errors
Any of:
Array<object>
object
key
additional properties
any
null
results
Any of:
Array<object>
object
key
additional properties
any
null
status
required
string
warnings
Any of:
Array<string>
null
pagination
Any of:
null
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string